#CCEFAA

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

Shades of Reef #CCEFAA

Tints of Reef #CCEFAA

Color information

#CCEFAA (or 0xCCEFAA) is unknown color: approx Reef. HEX triplet: CC, EF and AA. RGB value is (204,239,170). Sum of RGB (Red+Green+Blue) = 204+239+170=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFAA is #331055. Grayscale: #DCDCDC. Windows color (decimal): -3346518 or 11202508. OLE color: 11202508.

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

Color convert

RGB204239170-
CMYK0.1500.290.06
HSL90.43º68.32%80.2%-
HSV(B)90.43º28.87%93.73%-
XYZ63.0277.4749.66-
YUV220.6799.4116.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=33.28%
G=38.99%
B=27.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391700.1500.290.0690.4368.3280.2
HexCCEFAAF01D65a4450
Octal314357252170356132104120
Binary1100110011101111101010101111011101110101101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFAA; }

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

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

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

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

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

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

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

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