Html Css Color HEX #C0ECE2 Water Leaf

📋 copy color: '#C0ECE2'

red 192 ◦ green 236 ◦ blue 226

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

Shades of Water Leaf #C0ECE2

Tints of Water Leaf #C0ECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.09%

 BLUE value IS 226 (88.67% from 255) = 34.56%

R = 29.36%
G = 36.09%
B = 34.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#C0ECE2 (or 0xC0ECE2) is known color: Water Leaf. HEX triplet: C0, EC and E2. RGB value is (192,236,226). Sum of RGB (Red+Green+Blue) = 192+236+226=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECE2 is #3F131D. Grayscale: #DDDDDD. Windows color (decimal): -4133662 or 14871744. OLE color: 14871744.

HSL color Cylindrical-coordinate representation of color #C0ECE2: hue angle of 166.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0ECE2 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 236 226 -
CMYK 0.19 0 0.04 0.07
HSL 166.36º 0.54% 0.84% -
HSV(B) 166.36º 0.19% 0.93% -
XYZ 65.46 76.69 83.3 -
YUV 221.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 192 236 226 0.19 0 0.04 0.07 166.36 0.54 0.84
Hex C0 EC E2 13 0 4 7 A6 36 54
Octal 300 354 342 23 0 4 7 246 66 124
Binary 11000000 11101100 11100010 10011 0 100 111 10100110 110110 1010100

Color Harmonies of #C0ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ECE2

Black with #C0ECE2

Text Example


Text Example

White with #C0ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ECE2; }

 p { color: rgb(192,236,226); }

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

background-color css

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

 a { background-color: rgb(192,236,226); }

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

border-color css

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

 span { border-color: rgb(192,236,226); }

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