#C0EBBE

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

Shades of Fringy Flower #C0EBBE

Tints of Fringy Flower #C0EBBE

Color information

#C0EBBE (or 0xC0EBBE) is unknown color: approx Fringy Flower. HEX triplet: C0, EB and BE. RGB value is (192,235,190). Sum of RGB (Red+Green+Blue) = 192+235+190=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBBE is #3F1441. Grayscale: #D9D9D9. Windows color (decimal): -4133954 or 12512192. OLE color: 12512192.

HSL color Cylindrical-coordinate representation of color #C0EBBE: hue angle of 117.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EBBE is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB192235190-
CMYK0.1800.190.08
HSL117.33º52.94%83.33%-
HSV(B)117.33º19.15%92.16%-
XYZ60.7474.3459.86-
YUV217.01112.75110.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=31.12%
G=38.09%
B=30.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351900.1800.190.08117.3352.9483.33
HexC0EBBE120138753553
Octal300353276220231016565123
Binary11000000111010111011111010010010011100011101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBBE; }

 p { color: rgb(192,235,190); }

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

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

 a { background-color: rgb(192,235,190); }

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

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

 span { border-color: rgb(192,235,190); }

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