#C0EAE0

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

Shades of Water Leaf #C0EAE0

Tints of Water Leaf #C0EAE0

Color information

#C0EAE0 (or 0xC0EAE0) is unknown color: approx Water Leaf. HEX triplet: C0, EA and E0. RGB value is (192,234,224). Sum of RGB (Red+Green+Blue) = 192+234+224=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAE0 is #3F151F. Grayscale: #DCDCDC. Windows color (decimal): -4134176 or 14740160. OLE color: 14740160.

HSL color Cylindrical-coordinate representation of color #C0EAE0: hue angle of 165.71º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EAE0 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB192234224-
CMYK0.1800.040.08
HSL165.71º50%83.53%-
HSV(B)165.71º17.95%91.76%-
XYZ64.6275.4381.68-
YUV220.3130.09107.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.54%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=29.54%
G=36%
B=34.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922342240.1800.040.08165.715083.53
HexC0EAE012048a63254
Octal30035234022041024662124
Binary1100000011101010111000001001001001000101001101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EAE0; }

 p { color: rgb(192,234,224); }

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

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

 a { background-color: rgb(192,234,224); }

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

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

 span { border-color: rgb(192,234,224); }

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