#C0ECBF

Color #C0ECBF Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #C0ECBF

Tints of Fringy Flower #C0ECBF

Color information

#C0ECBF (or 0xC0ECBF) is unknown color: approx Fringy Flower. HEX triplet: C0, EC and BF. RGB value is (192,236,191). Sum of RGB (Red+Green+Blue) = 192+236+191=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECBF is #3F1340. Grayscale: #D9D9D9. Windows color (decimal): -4133697 or 12577984. OLE color: 12577984.

HSL color Cylindrical-coordinate representation of color #C0ECBF: hue angle of 118.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0ECBF is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB192236191-
CMYK0.1900.190.07
HSL118.67º54.22%83.73%-
HSV(B)118.67º19.07%92.55%-
XYZ61.1474.9660.54-
YUV217.71112.92109.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 191 (75% from 255) = 30.86%
R=31.02%
G=38.13%
B=30.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922361910.1900.190.07118.6754.2283.73
HexC0ECBF130137773654
Octal30035427723023716766124
Binary1100000011101100101111111001101001111111101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ECBF; }

 p { color: rgb(192,236,191); }

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

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

 a { background-color: rgb(192,236,191); }

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

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

 span { border-color: rgb(192,236,191); }

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