Html Css Color HEX #C0EBE1 Water Leaf

📋 copy color: '#C0EBE1'

red 192 ◦ green 235 ◦ blue 225

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

Shades of Water Leaf #C0EBE1

Tints of Water Leaf #C0EBE1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.04%

 BLUE value IS 225 (88.28% from 255) = 34.51%

R = 29.45%
G = 36.04%
B = 34.51%

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

#C0EBE1 (or 0xC0EBE1) is known color: Water Leaf. HEX triplet: C0, EB and E1. RGB value is (192,235,225). Sum of RGB (Red+Green+Blue) = 192+235+225=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBE1 is #3F141E. Grayscale: #DDDDDD. Windows color (decimal): -4133919 or 14805952. OLE color: 14805952.

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

Color convert

RGB 192 235 225 -
CMYK 0.18 0 0.04 0.08
HSL 166.05º 0.52% 0.84% -
HSV(B) 166.05º 0.18% 0.92% -
XYZ 65.04 76.06 82.49 -
YUV 221 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 192 235 225 0.18 0 0.04 0.08 166.05 0.52 0.84
Hex C0 EB E1 12 0 4 8 A6 34 54
Octal 300 353 341 22 0 4 10 246 64 124
Binary 11000000 11101011 11100001 10010 0 100 1000 10100110 110100 1010100

Color Harmonies of #C0EBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBE1

Black with #C0EBE1

Text Example


Text Example

White with #C0EBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBE1; }

 p { color: rgb(192,235,225); }

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

background-color css

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

 a { background-color: rgb(192,235,225); }

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

border-color css

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

 span { border-color: rgb(192,235,225); }

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