#5FEBBE

Color #5FEBBE Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5FEBBE

Tints of Downy #5FEBBE

Color information

#5FEBBE (or 0x5FEBBE) is unknown color: approx Downy. HEX triplet: 5F, EB and BE. RGB value is (95,235,190). Sum of RGB (Red+Green+Blue) = 95+235+190=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBBE is #A01441. Grayscale: #BCBCBC. Windows color (decimal): -10490946 or 12512095. OLE color: 12512095.

HSL color Cylindrical-coordinate representation of color #5FEBBE: hue angle of 160.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBBE is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB95235190-
CMYK0.6000.190.08
HSL160.71º77.78%64.71%-
HSV(B)160.71º59.57%92.16%-
XYZ43.7265.5759.07-
YUV188.01129.1261.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.27%
GREEN value IS 235 (92.19% from 255) = 45.19%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=18.27%
G=45.19%
B=36.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952351900.6000.190.08160.7177.7864.71
Hex5FEBBE3C0138a14e41
Octal1373532767402310241116101
Binary1011111111010111011111011110001001110001010000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FEBBE; }

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

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

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

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

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

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

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

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