#CCF9A7

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

Shades of Reef #CCF9A7

Tints of Reef #CCF9A7

Color information

#CCF9A7 (or 0xCCF9A7) is unknown color: approx Reef. HEX triplet: CC, F9 and A7. RGB value is (204,249,167). Sum of RGB (Red+Green+Blue) = 204+249+167=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 167 (65.62% from 255 or 26.94% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF9A7 is #330658. Grayscale: #E2E2E2. Windows color (decimal): -3343961 or 11008460. OLE color: 11008460.

HSL color Cylindrical-coordinate representation of color #CCF9A7: hue angle of 92.93º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCF9A7 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB204249167-
CMYK0.1800.330.02
HSL92.93º87.23%81.57%-
HSV(B)92.93º32.93%97.65%-
XYZ65.7583.3849.19-
YUV226.294.59112.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 249 (97.66% from 255) = 40.16%
BLUE value IS 167 (65.62% from 255) = 26.94%
R=32.90%
G=40.16%
B=26.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042491670.1800.330.0292.9387.2381.57
HexCCF9A71202125d5752
Octal314371247220412135127122
Binary11001100111110011010011110010010000110101110110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF9A7; }

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

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

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

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

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

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

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

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