#CFFCA4

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

Shades of Reef #CFFCA4

Tints of Reef #CFFCA4

Color information

#CFFCA4 (or 0xCFFCA4) is unknown color: approx Reef. HEX triplet: CF, FC and A4. RGB value is (207,252,164). Sum of RGB (Red+Green+Blue) = 207+252+164=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFCA4 is #30035B. Grayscale: #E4E4E4. Windows color (decimal): -3146588 or 10812623. OLE color: 10812623.

HSL color Cylindrical-coordinate representation of color #CFFCA4: hue angle of 90.68º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFFCA4 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB207252164-
CMYK0.1800.350.01
HSL90.68º93.62%81.57%-
HSV(B)90.68º34.92%98.82%-
XYZ67.2485.5748.09-
YUV228.5191.59112.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 164 (64.45% from 255) = 26.32%
R=33.23%
G=40.45%
B=26.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072521640.1800.350.0190.6893.6281.57
HexCFFCA41202315b5e52
Octal317374244220431133136122
Binary1100111111111100101001001001001000111101101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCA4; }

 p { color: rgb(207,252,164); }

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

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

 a { background-color: rgb(207,252,164); }

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

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

 span { border-color: rgb(207,252,164); }

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