#C0EBE1

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

Shades of Water Leaf #C0EBE1

Tints of Water Leaf #C0EBE1

Color information

#C0EBE1 (or 0xC0EBE1) is unknown color: approx 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

RGB192235225-
CMYK0.1800.040.08
HSL166.05º51.81%83.73%-
HSV(B)166.05º18.3%92.16%-
XYZ65.0476.0682.49-
YUV221130.25107.31-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922352250.1800.040.08166.0551.8183.73
HexC0EBE112048a63454
Octal30035334122041024664124
Binary1100000011101011111000011001001001000101001101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>