#CCEEA7

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

Shades of Reef #CCEEA7

Tints of Reef #CCEEA7

Color information

#CCEEA7 (or 0xCCEEA7) is unknown color: approx Reef. HEX triplet: CC, EE and A7. RGB value is (204,238,167). Sum of RGB (Red+Green+Blue) = 204+238+167=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEA7 is #331158. Grayscale: #DBDBDB. Windows color (decimal): -3346777 or 11005644. OLE color: 11005644.

HSL color Cylindrical-coordinate representation of color #CCEEA7: hue angle of 88.73º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCEEA7 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB204238167-
CMYK0.1400.300.07
HSL88.73º67.62%79.41%-
HSV(B)88.73º29.83%93.33%-
XYZ62.4576.7848.09-
YUV219.7498.24116.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 167 (65.62% from 255) = 27.42%
R=33.50%
G=39.08%
B=27.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381670.1400.300.0788.7367.6279.41
HexCCEEA7E01E759444f
Octal314356247160367131104117
Binary1100110011101110101001111110011110111101100110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEA7; }

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

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

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

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

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

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

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

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