Html Css Color HEX #C0EFE3 Water Leaf

📋 copy color: '#C0EFE3'

red 192 ◦ green 239 ◦ blue 227

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

Shades of Water Leaf #C0EFE3

Tints of Water Leaf #C0EFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.5%

R = 29.18%
G = 36.32%
B = 34.5%

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

#C0EFE3 (or 0xC0EFE3) is known color: Water Leaf. HEX triplet: C0, EF and E3. RGB value is (192,239,227). Sum of RGB (Red+Green+Blue) = 192+239+227=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFE3 is #3F101C. Grayscale: #DFDFDF. Windows color (decimal): -4132893 or 14938048. OLE color: 14938048.

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

Color convert

RGB 192 239 227 -
CMYK 0.20 0 0.05 0.06
HSL 164.68º 0.59% 0.85% -
HSV(B) 164.68º 0.2% 0.94% -
XYZ 66.47 78.49 84.32 -
YUV 223.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 192 239 227 0.20 0 0.05 0.06 164.68 0.59 0.85
Hex C0 EF E3 14 0 5 6 A5 3B 55
Octal 300 357 343 24 0 5 6 245 73 125
Binary 11000000 11101111 11100011 10100 0 101 110 10100101 111011 1010101

Color Harmonies of #C0EFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EFE3

Black with #C0EFE3

Text Example


Text Example

White with #C0EFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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