#CCF0A7

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

Shades of Reef #CCF0A7

Tints of Reef #CCF0A7

Color information

#CCF0A7 (or 0xCCF0A7) is unknown color: approx Reef. HEX triplet: CC, F0 and A7. RGB value is (204,240,167). Sum of RGB (Red+Green+Blue) = 204+240+167=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF0A7 is #330F58. Grayscale: #DDDDDD. Windows color (decimal): -3346265 or 11006156. OLE color: 11006156.

HSL color Cylindrical-coordinate representation of color #CCF0A7: hue angle of 89.59º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF0A7 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB204240167-
CMYK0.1500.300.06
HSL89.59º70.87%79.8%-
HSV(B)89.59º30.42%94.12%-
XYZ63.0477.9548.28-
YUV220.9197.57115.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 240 (94.14% from 255) = 39.28%
BLUE value IS 167 (65.62% from 255) = 27.33%
R=33.39%
G=39.28%
B=27.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042401670.1500.300.0689.5970.8779.8
HexCCF0A7F01E65a4750
Octal314360247170366132107120
Binary1100110011110000101001111111011110110101101010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0A7; }

 p { color: rgb(204,240,167); }

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

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

 a { background-color: rgb(204,240,167); }

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

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

 span { border-color: rgb(204,240,167); }

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