#CFFFA2

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

Shades of Reef #CFFFA2

Tints of Reef #CFFFA2

Color information

#CFFFA2 (or 0xCFFFA2) is unknown color: approx Reef. HEX triplet: CF, FF and A2. RGB value is (207,255,162). Sum of RGB (Red+Green+Blue) = 207+255+162=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 162 (63.67% from 255 or 25.96% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFA2 is #30005D. Grayscale: #E6E6E6. Windows color (decimal): -3145822 or 10682319. OLE color: 10682319.

HSL color Cylindrical-coordinate representation of color #CFFFA2: hue angle of 90.97º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFFFA2 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB207255162-
CMYK0.1900.360
HSL90.97º100%81.76%-
HSV(B)90.97º36.47%100%-
XYZ68.0187.3947.47-
YUV230.0589.6111.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 162 (63.67% from 255) = 25.96%
R=33.17%
G=40.87%
B=25.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551620.1900.36090.9710081.76
HexCFFFA21302405b6452
Octal317377242230440133144122
Binary1100111111111111101000101001101001000101101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFA2; }

 p { color: rgb(207,255,162); }

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

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

 a { background-color: rgb(207,255,162); }

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

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

 span { border-color: rgb(207,255,162); }

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