#CCFDAA

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

Shades of Reef #CCFDAA

Tints of Reef #CCFDAA

Color information

#CCFDAA (or 0xCCFDAA) is unknown color: approx Reef. HEX triplet: CC, FD and AA. RGB value is (204,253,170). Sum of RGB (Red+Green+Blue) = 204+253+170=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDAA is #330255. Grayscale: #E5E5E5. Windows color (decimal): -3342934 or 11206092. OLE color: 11206092.

HSL color Cylindrical-coordinate representation of color #CCFDAA: hue angle of 95.42º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCFDAA is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB204253170-
CMYK0.1900.330.01
HSL95.42º95.4%82.94%-
HSV(B)95.42º32.81%99.22%-
XYZ67.2885.9951.08-
YUV228.8994.77110.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 170 (66.80% from 255) = 27.11%
R=32.54%
G=40.35%
B=27.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531700.1900.330.0195.4295.482.94
HexCCFDAA1302115f5f53
Octal314375252230411137137123
Binary1100110011111101101010101001101000011101111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDAA; }

 p { color: rgb(204,253,170); }

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

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

 a { background-color: rgb(204,253,170); }

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

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

 span { border-color: rgb(204,253,170); }

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