#C0EFE5

Color #C0EFE5 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #C0EFE5

Tints of Water Leaf #C0EFE5

Color information

#C0EFE5 (or 0xC0EFE5) is unknown color: approx Water Leaf. HEX triplet: C0, EF and E5. RGB value is (192,239,229). Sum of RGB (Red+Green+Blue) = 192+239+229=660 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.09% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFE5 is #3F101A. Grayscale: #DFDFDF. Windows color (decimal): -4132891 or 15069120. OLE color: 15069120.

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

Color convert

RGB192239229-
CMYK0.2000.040.06
HSL167.23º59.49%84.51%-
HSV(B)167.23º19.67%93.73%-
XYZ66.7578.685.78-
YUV223.81130.93105.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.09%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=29.09%
G=36.21%
B=34.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922392290.2000.040.06167.2359.4984.51
HexC0EFE514046a73b55
Octal3003573452404624773125
Binary110000001110111111100101101000100110101001111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EFE5; }

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

 H1.HeaderClassName
 {
   color: #C0EFE5;
 }
 .AnyTagClassName
 {
   color: #C0EFE5;
 }
</style>
background-color css

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

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

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

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

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

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