#C0F2E5

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

Shades of Water Leaf #C0F2E5

Tints of Water Leaf #C0F2E5

Color information

#C0F2E5 (or 0xC0F2E5) is unknown color: approx Water Leaf. HEX triplet: C0, F2 and E5. RGB value is (192,242,229). Sum of RGB (Red+Green+Blue) = 192+242+229=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2E5 is #3F0D1A. Grayscale: #E1E1E1. Windows color (decimal): -4132123 or 15069888. OLE color: 15069888.

HSL color Cylindrical-coordinate representation of color #C0F2E5: hue angle of 164.4º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2E5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB192242229-
CMYK0.2100.050.05
HSL164.4º65.79%85.1%-
HSV(B)164.4º20.66%94.9%-
XYZ67.6380.3786.08-
YUV225.57129.94104.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.96%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 229 (89.84% from 255) = 34.54%
R=28.96%
G=36.50%
B=34.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922422290.2100.050.05164.465.7985.1
HexC0F2E515055a44255
Octal30036234525055244102125
Binary1100000011110010111001011010101011011010010010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F2E5; }

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

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

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

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

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

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

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

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