#CFFEA3

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

Shades of Reef #CFFEA3

Tints of Reef #CFFEA3

Color information

#CFFEA3 (or 0xCFFEA3) is unknown color: approx Reef. HEX triplet: CF, FE and A3. RGB value is (207,254,163). Sum of RGB (Red+Green+Blue) = 207+254+163=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 163 (64.06% from 255 or 26.12% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFEA3 is #30015C. Grayscale: #E5E5E5. Windows color (decimal): -3146077 or 10747599. OLE color: 10747599.

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

Color convert

RGB207254163-
CMYK0.1900.360.00
HSL90.99º97.85%81.76%-
HSV(B)90.99º35.83%99.61%-
XYZ67.7886.7947.83-
YUV229.5790.43111.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 163 (64.06% from 255) = 26.12%
R=33.17%
G=40.71%
B=26.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541630.1900.360.0090.9997.8581.76
HexCFFEA31302405b6252
Octal317376243230440133142122
Binary1100111111111110101000111001101001000101101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEA3; }

 p { color: rgb(207,254,163); }

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

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

 a { background-color: rgb(207,254,163); }

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

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

 span { border-color: rgb(207,254,163); }

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