#CFEAA4

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

Shades of Reef #CFEAA4

Tints of Reef #CFEAA4

Color information

#CFEAA4 (or 0xCFEAA4) is unknown color: approx Reef. HEX triplet: CF, EA and A4. RGB value is (207,234,164). Sum of RGB (Red+Green+Blue) = 207+234+164=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEAA4 is #30155B. Grayscale: #DADADA. Windows color (decimal): -3151196 or 10808015. OLE color: 10808015.

HSL color Cylindrical-coordinate representation of color #CFEAA4: hue angle of 83.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFEAA4 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB207234164-
CMYK0.1200.300.08
HSL83.14º62.5%78.04%-
HSV(B)83.14º29.91%91.76%-
XYZ61.8674.7946.3-
YUV217.9597.55120.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 234 (91.80% from 255) = 38.68%
BLUE value IS 164 (64.45% from 255) = 27.11%
R=34.21%
G=38.68%
B=27.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341640.1200.300.0883.1462.578.04
HexCFEAA4C01E8533e4e
Octal317352244140361012376116
Binary1100111111101010101001001100011110100010100111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAA4; }

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

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

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

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

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

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

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

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