#5EDBC1

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

Shades of Downy #5EDBC1

Tints of Downy #5EDBC1

Color information

#5EDBC1 (or 0x5EDBC1) is unknown color: approx Downy. HEX triplet: 5E, DB and C1. RGB value is (94,219,193). Sum of RGB (Red+Green+Blue) = 94+219+193=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBC1 is #A1243E. Grayscale: #B2B2B2. Windows color (decimal): -10560575 or 12704606. OLE color: 12704606.

HSL color Cylindrical-coordinate representation of color #5EDBC1: hue angle of 167.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBC1 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB94219193-
CMYK0.5700.120.14
HSL167.52º63.45%61.37%-
HSV(B)167.52º57.08%85.88%-
XYZ39.5756.8959.35-
YUV178.66136.0967.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.58%
GREEN value IS 219 (85.94% from 255) = 43.28%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=18.58%
G=43.28%
B=38.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942191930.5700.120.14167.5263.4561.37
Hex5EDBC1390CEa83f3d
Octal13633330171014162507775
Binary1011110110110111100000111100101100111010101000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,219,193); }

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

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

 a { background-color: rgb(94,219,193); }

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

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

 span { border-color: rgb(94,219,193); }

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