#65F0CC

Color #65F0CC Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #65F0CC

Tints of Aquamarine #65F0CC

Color information

#65F0CC (or 0x65F0CC) is unknown color: approx Aquamarine. HEX triplet: 65, F0 and CC. RGB value is (101,240,204). Sum of RGB (Red+Green+Blue) = 101+240+204=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F0CC is #9A0F33. Grayscale: #C2C2C2. Windows color (decimal): -10096436 or 13430885. OLE color: 13430885.

HSL color Cylindrical-coordinate representation of color #65F0CC: hue angle of 164.46º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F0CC is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB101240204-
CMYK0.5800.150.06
HSL164.46º82.25%66.86%-
HSV(B)164.46º57.92%94.12%-
XYZ47.4369.4568.03-
YUV194.34133.4561.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 18.53%
GREEN value IS 240 (94.14% from 255) = 44.04%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=18.53%
G=44.04%
B=37.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012402040.5800.150.06164.4682.2566.86
Hex65F0CC3A0F6a45243
Octal145360314720176244122103
Binary11001011111000011001100111010011111101010010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65F0CC; }

 p { color: rgb(101,240,204); }

 H1.HeaderClassName
 {
   color: #65F0CC;
 }
 .AnyTagClassName
 {
   color: #65F0CC;
 }
</style>
background-color css

<style>
 a { background-color: #65F0CC; }

 a { background-color: rgb(101,240,204); }

 div.DivClassName
 {
   background-color: #65F0CC;
 }
 .BgClassName
 {
   background-color: #65F0CC;
 }
</style>
border-color css

<style>
 span { border-color: #65F0CC; }

 span { border-color: rgb(101,240,204); }

 td.TdClassName
 {
   border-color: #65F0CC;
 }
 .TagClassName
 {
   border-color: #65F0CC;
 }
</style>