Html Css Color HEX #C0EFE2 Water Leaf

📋 copy color: '#C0EFE2'

red 192 ◦ green 239 ◦ blue 226

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

Shades of Water Leaf #C0EFE2

Tints of Water Leaf #C0EFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.38%

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

R = 29.22%
G = 36.38%
B = 34.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#C0EFE2 (or 0xC0EFE2) is known color: Water Leaf. HEX triplet: C0, EF and E2. RGB value is (192,239,226). Sum of RGB (Red+Green+Blue) = 192+239+226=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFE2 is #3F101D. Grayscale: #DFDFDF. Windows color (decimal): -4132894 or 14872512. OLE color: 14872512.

HSL color Cylindrical-coordinate representation of color #C0EFE2: hue angle of 163.4º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EFE2 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 239 226 -
CMYK 0.20 0 0.05 0.06
HSL 163.4º 0.59% 0.85% -
HSV(B) 163.4º 0.2% 0.94% -
XYZ 66.33 78.43 83.59 -
YUV 223.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 192 239 226 0.20 0 0.05 0.06 163.4 0.59 0.85
Hex C0 EF E2 14 0 5 6 A3 3B 55
Octal 300 357 342 24 0 5 6 243 73 125
Binary 11000000 11101111 11100010 10100 0 101 110 10100011 111011 1010101

Color Harmonies of #C0EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EFE2

Black with #C0EFE2

Text Example


Text Example

White with #C0EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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