#5febc0

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

Shades of Downy #5FEBC0

Tints of Downy #5FEBC0

Color information

#5FEBC0 (or 0x5FEBC0) is unknown color: approx Downy. HEX triplet: 5F, EB and C0. RGB value is (95,235,192). Sum of RGB (Red+Green+Blue) = 95+235+192=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBC0 is #A0143F. Grayscale: #BCBCBC. Windows color (decimal): -10490944 or 12643167. OLE color: 12643167.

HSL color Cylindrical-coordinate representation of color #5FEBC0: hue angle of 161.57º 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 #5FEBC0 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB95235192-
CMYK0.6000.180.08
HSL161.57º77.78%64.71%-
HSV(B)161.57º59.57%92.16%-
XYZ43.9465.6660.23-
YUV188.24130.1261.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.20%
GREEN value IS 235 (92.19% from 255) = 45.02%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=18.20%
G=45.02%
B=36.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952351920.6000.180.08161.5777.7864.71
Hex5FEBC03C0128a24e41
Octal1373533007402210242116101
Binary1011111111010111100000011110001001010001010001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5febc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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