#CCF69C

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

Shades of Reef #CCF69C

Tints of Reef #CCF69C

Color information

#CCF69C (or 0xCCF69C) is unknown color: approx Reef. HEX triplet: CC, F6 and 9C. RGB value is (204,246,156). Sum of RGB (Red+Green+Blue) = 204+246+156=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF69C is #330963. Grayscale: #DFDFDF. Windows color (decimal): -3344740 or 10286796. OLE color: 10286796.

HSL color Cylindrical-coordinate representation of color #CCF69C: hue angle of 88º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF69C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB204246156-
CMYK0.1700.370.04
HSL88º83.33%78.82%-
HSV(B)88º36.59%96.47%-
XYZ63.8681.1543.75-
YUV223.1890.09114.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 246 (96.48% from 255) = 40.59%
BLUE value IS 156 (61.33% from 255) = 25.74%
R=33.66%
G=40.59%
B=25.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461560.1700.370.048883.3378.82
HexCCF69C11025458534f
Octal314366234210454130123117
Binary110011001111011010011100100010100101100101100010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF69C; }

 p { color: rgb(204,246,156); }

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

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

 a { background-color: rgb(204,246,156); }

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

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

 span { border-color: rgb(204,246,156); }

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