#C0EBBD

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

Shades of Fringy Flower #C0EBBD

Tints of Fringy Flower #C0EBBD

Color information

#C0EBBD (or 0xC0EBBD) is unknown color: approx Fringy Flower. HEX triplet: C0, EB and BD. RGB value is (192,235,189). Sum of RGB (Red+Green+Blue) = 192+235+189=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBBD is #3F1442. Grayscale: #D9D9D9. Windows color (decimal): -4133955 or 12446656. OLE color: 12446656.

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

Color convert

RGB192235189-
CMYK0.1800.200.08
HSL116.09º53.49%83.14%-
HSV(B)116.09º19.57%92.16%-
XYZ60.6374.359.29-
YUV216.9112.25110.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=31.17%
G=38.15%
B=30.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351890.1800.200.08116.0953.4983.14
HexC0EBBD120148743553
Octal300353275220241016465123
Binary11000000111010111011110110010010100100011101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBBD; }

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

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

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

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

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

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

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

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