#5EDBBE

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

Shades of Downy #5EDBBE

Tints of Downy #5EDBBE

Color information

#5EDBBE (or 0x5EDBBE) is unknown color: approx Downy. HEX triplet: 5E, DB and BE. RGB value is (94,219,190). Sum of RGB (Red+Green+Blue) = 94+219+190=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBBE is #A12441. Grayscale: #B2B2B2. Windows color (decimal): -10560578 or 12507998. OLE color: 12507998.

HSL color Cylindrical-coordinate representation of color #5EDBBE: hue angle of 166.08º 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 #5EDBBE is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB94219190-
CMYK0.5700.130.14
HSL166.08º63.45%61.37%-
HSV(B)166.08º57.08%85.88%-
XYZ39.2456.7657.6-
YUV178.32134.5967.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.69%
GREEN value IS 219 (85.94% from 255) = 43.54%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=18.69%
G=43.54%
B=37.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942191900.5700.130.14166.0863.4561.37
Hex5EDBBE390DEa63f3d
Octal13633327671015162467775
Binary1011110110110111011111011100101101111010100110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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