#C0EEBF

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

Shades of Fringy Flower #C0EEBF

Tints of Fringy Flower #C0EEBF

Color information

#C0EEBF (or 0xC0EEBF) is unknown color: approx Fringy Flower. HEX triplet: C0, EE and BF. RGB value is (192,238,191). Sum of RGB (Red+Green+Blue) = 192+238+191=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEBF is #3F1140. Grayscale: #DBDBDB. Windows color (decimal): -4133185 or 12578496. OLE color: 12578496.

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

Color convert

RGB192238191-
CMYK0.1900.200.07
HSL118.72º58.02%84.12%-
HSV(B)118.72º19.75%93.33%-
XYZ61.7276.1260.73-
YUV218.89112.26108.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.92%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 191 (75% from 255) = 30.76%
R=30.92%
G=38.33%
B=30.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922381910.1900.200.07118.7258.0284.12
HexC0EEBF130147773a54
Octal30035627723024716772124
Binary1100000011101110101111111001101010011111101111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EEBF; }

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

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

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

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

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

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

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

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