#CCF9A5

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

Shades of Reef #CCF9A5

Tints of Reef #CCF9A5

Color information

#CCF9A5 (or 0xCCF9A5) is unknown color: approx Reef. HEX triplet: CC, F9 and A5. RGB value is (204,249,165). Sum of RGB (Red+Green+Blue) = 204+249+165=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF9A5 is #33065A. Grayscale: #E2E2E2. Windows color (decimal): -3343963 or 10877388. OLE color: 10877388.

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

Color convert

RGB204249165-
CMYK0.1800.340.02
HSL92.14º87.5%81.18%-
HSV(B)92.14º33.73%97.65%-
XYZ65.5783.3148.22-
YUV225.9793.59112.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 249 (97.66% from 255) = 40.29%
BLUE value IS 165 (64.84% from 255) = 26.70%
R=33.01%
G=40.29%
B=26.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042491650.1800.340.0292.1487.581.18
HexCCF9A51202225c5851
Octal314371245220422134130121
Binary11001100111110011010010110010010001010101110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF9A5; }

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

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

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

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

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

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

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

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