Html Css Color HEX #C0EADF Water Leaf

📋 copy color: '#C0EADF'

red 192 ◦ green 234 ◦ blue 223

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

Shades of Water Leaf #C0EADF

Tints of Water Leaf #C0EADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.36%

R = 29.58%
G = 36.06%
B = 34.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#C0EADF (or 0xC0EADF) is known color: Water Leaf. HEX triplet: C0, EA and DF. RGB value is (192,234,223). Sum of RGB (Red+Green+Blue) = 192+234+223=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EADF is #3F1520. Grayscale: #DCDCDC. Windows color (decimal): -4134177 or 14674624. OLE color: 14674624.

HSL color Cylindrical-coordinate representation of color #C0EADF: hue angle of 164.29º 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 #C0EADF is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 234 223 -
CMYK 0.18 0 0.05 0.08
HSL 164.29º 0.5% 0.84% -
HSV(B) 164.29º 0.18% 0.92% -
XYZ 64.48 75.38 80.96 -
YUV 220.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 192 234 223 0.18 0 0.05 0.08 164.29 0.5 0.84
Hex C0 EA DF 12 0 5 8 A4 32 54
Octal 300 352 337 22 0 5 10 244 62 124
Binary 11000000 11101010 11011111 10010 0 101 1000 10100100 110010 1010100

Color Harmonies of #C0EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EADF

Black with #C0EADF

Text Example


Text Example

White with #C0EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EADF; }

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

 H1.HeaderClassName
 {
   color: #C0EADF;
 }
 .AnyTagClassName
 {
   color: #C0EADF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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