#C0F1E3

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

Shades of Water Leaf #C0F1E3

Tints of Water Leaf #C0F1E3

Color information

#C0F1E3 (or 0xC0F1E3) is unknown color: approx Water Leaf. HEX triplet: C0, F1 and E3. RGB value is (192,241,227). Sum of RGB (Red+Green+Blue) = 192+241+227=660 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.09% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F1E3 is #3F0E1C. Grayscale: #E0E0E0. Windows color (decimal): -4132381 or 14938560. OLE color: 14938560.

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

Color convert

RGB192241227-
CMYK0.2000.060.05
HSL162.86º63.64%84.9%-
HSV(B)162.86º20.33%94.51%-
XYZ67.0679.6684.52-
YUV224.75129.27104.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.09%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 227 (89.06% from 255) = 34.39%
R=29.09%
G=36.52%
B=34.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922412270.2000.060.05162.8663.6484.9
HexC0F1E314065a34055
Octal30036134324065243100125
Binary1100000011110001111000111010001101011010001110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F1E3; }

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

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

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

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

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

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

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

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