#CCFEAA

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

Shades of Reef #CCFEAA

Tints of Reef #CCFEAA

Color information

#CCFEAA (or 0xCCFEAA) is unknown color: approx Reef. HEX triplet: CC, FE and AA. RGB value is (204,254,170). Sum of RGB (Red+Green+Blue) = 204+254+170=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEAA is #330155. Grayscale: #E5E5E5. Windows color (decimal): -3342678 or 11206348. OLE color: 11206348.

HSL color Cylindrical-coordinate representation of color #CCFEAA: hue angle of 95.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCFEAA is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB204254170-
CMYK0.2000.330.00
HSL95.71º97.67%83.14%-
HSV(B)95.71º33.07%99.61%-
XYZ67.686.6251.19-
YUV229.4794.44109.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 170 (66.80% from 255) = 27.07%
R=32.48%
G=40.45%
B=27.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541700.2000.330.0095.7197.6783.14
HexCCFEAA140210606253
Octal314376252240410140142123
Binary1100110011111110101010101010001000010110000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEAA; }

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

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

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

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

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

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

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

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