#65FFCA

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

Shades of Aquamarine #65FFCA

Tints of Aquamarine #65FFCA

Color information

#65FFCA (or 0x65FFCA) is unknown color: approx Aquamarine. HEX triplet: 65, FF and CA. RGB value is (101,255,202). Sum of RGB (Red+Green+Blue) = 101+255+202=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FFCA is #9A0035. Grayscale: #CACACA. Windows color (decimal): -10092598 or 13303653. OLE color: 13303653.

HSL color Cylindrical-coordinate representation of color #65FFCA: hue angle of 159.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFCA is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB101255202-
CMYK0.6000.210
HSL159.35º100%69.8%-
HSV(B)159.35º60.39%100%-
XYZ51.7978.5568.31-
YUV202.91127.4855.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.10%
GREEN value IS 255 (100% from 255) = 45.70%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=18.10%
G=45.70%
B=36.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012552020.6000.210159.3510069.8
Hex65FFCA3C01509f6446
Octal145377312740250237144106
Binary1100101111111111100101011110001010101001111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,255,202); }

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

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

 a { background-color: rgb(101,255,202); }

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

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

 span { border-color: rgb(101,255,202); }

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