#CFF8A4

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

Shades of Reef #CFF8A4

Tints of Reef #CFF8A4

Color information

#CFF8A4 (or 0xCFF8A4) is unknown color: approx Reef. HEX triplet: CF, F8 and A4. RGB value is (207,248,164). Sum of RGB (Red+Green+Blue) = 207+248+164=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF8A4 is #30075B. Grayscale: #E2E2E2. Windows color (decimal): -3147612 or 10811599. OLE color: 10811599.

HSL color Cylindrical-coordinate representation of color #CFF8A4: hue angle of 89.29º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFF8A4 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB207248164-
CMYK0.1700.340.03
HSL89.29º85.71%80.78%-
HSV(B)89.29º33.87%97.25%-
XYZ6683.0847.68-
YUV226.1692.92114.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 248 (97.27% from 255) = 40.06%
BLUE value IS 164 (64.45% from 255) = 26.49%
R=33.44%
G=40.06%
B=26.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072481640.1700.340.0389.2985.7180.78
HexCFF8A4110223595651
Octal317370244210423131126121
Binary11001111111110001010010010001010001011101100110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF8A4; }

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

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

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

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

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

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

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

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