#ccf896

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

Shades of Reef #CCF896

Tints of Reef #CCF896

Color information

#CCF896 (or 0xCCF896) is unknown color: approx Reef. HEX triplet: CC, F8 and 96. RGB value is (204,248,150). Sum of RGB (Red+Green+Blue) = 204+248+150=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF896 is #330769. Grayscale: #E0E0E0. Windows color (decimal): -3344234 or 9894092. OLE color: 9894092.

HSL color Cylindrical-coordinate representation of color #CCF896: hue angle of 86.94º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF896 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB204248150-
CMYK0.1800.400.03
HSL86.94º87.5%78.04%-
HSV(B)86.94º39.52%97.25%-
XYZ63.9782.1741.34-
YUV223.6786.42113.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 248 (97.27% from 255) = 41.20%
BLUE value IS 150 (58.98% from 255) = 24.92%
R=33.89%
G=41.20%
B=24.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042481500.1800.400.0386.9487.578.04
HexCCF89612028357584e
Octal314370226220503127130116
Binary11001100111110001001011010010010100011101011110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccf896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccf896; }

 p { color: rgb(204,248,150); }

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

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

 a { background-color: rgb(204,248,150); }

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

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

 span { border-color: rgb(204,248,150); }

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