#CCEA90

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

Shades of Reef #CCEA90

Tints of Reef #CCEA90

Color information

#CCEA90 (or 0xCCEA90) is unknown color: approx Reef. HEX triplet: CC, EA and 90. RGB value is (204,234,144). Sum of RGB (Red+Green+Blue) = 204+234+144=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA90 is #33156F. Grayscale: #D7D7D7. Windows color (decimal): -3347824 or 9497292. OLE color: 9497292.

HSL color Cylindrical-coordinate representation of color #CCEA90: hue angle of 80º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCEA90 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB204234144-
CMYK0.1300.380.08
HSL80º68.18%74.12%-
HSV(B)80º38.46%91.76%-
XYZ59.3673.737.48-
YUV214.7788.06120.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 234 (91.80% from 255) = 40.21%
BLUE value IS 144 (56.64% from 255) = 24.74%
R=35.05%
G=40.21%
B=24.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341440.1300.380.088068.1874.12
HexCCEA90D026850444a
Octal3143522201504610120104112
Binary110011001110101010010000110101001101000101000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA90; }

 p { color: rgb(204,234,144); }

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

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

 a { background-color: rgb(204,234,144); }

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

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

 span { border-color: rgb(204,234,144); }

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