Html Css Color HEX #C0EAE0 Water Leaf

📋 copy color: '#C0EAE0'

red 192 ◦ green 234 ◦ blue 224

#C0EAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #C0EAE0

Tints of Water Leaf #C0EAE0

RGB

 RED value IS 192 (75.39% from 255) = 29.54%

 GREEN value IS 234 (91.8% from 255) = 36%

 BLUE value IS 224 (87.89% from 255) = 34.46%

R = 29.54%
G = 36%
B = 34.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#C0EAE0 (or 0xC0EAE0) is known color: 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

RGB 192 234 224 -
CMYK 0.18 0 0.04 0.08
HSL 165.71º 0.5% 0.84% -
HSV(B) 165.71º 0.18% 0.92% -
XYZ 64.62 75.43 81.68 -
YUV 220.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 192 234 224 0.18 0 0.04 0.08 165.71 0.5 0.84
Hex C0 EA E0 12 0 4 8 A6 32 54
Octal 300 352 340 22 0 4 10 246 62 124
Binary 11000000 11101010 11100000 10010 0 100 1000 10100110 110010 1010100

Color Harmonies of #C0EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EAE0

Black with #C0EAE0

Text Example


Text Example

White with #C0EAE0

Text Example


Text Example

HTML Codes & Css Web 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>