Html Css Color HEX #5EDABA Downy

📋 copy color: '#5EDABA'

red 94 ◦ green 218 ◦ blue 186

#5EDABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #5EDABA

Tints of Downy #5EDABA

RGB

 RED value IS 94 (37.11% from 255) = 18.88%

 GREEN value IS 218 (85.55% from 255) = 43.78%

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 18.88%
G = 43.78%
B = 37.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#5EDABA (or 0x5EDABA) is known color: Downy. HEX triplet: 5E, DA and BA. RGB value is (94,218,186). Sum of RGB (Red+Green+Blue) = 94+218+186=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDABA is #A12545. Grayscale: #B1B1B1. Windows color (decimal): -10560838 or 12245598. OLE color: 12245598.

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

Color convert

RGB 94 218 186 -
CMYK 0.57 0 0.15 0.15
HSL 164.52º 0.63% 0.61% -
HSV(B) 164.52º 0.57% 0.85% -
XYZ 38.55 56.07 55.24 -
YUV 177.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 94 218 186 0.57 0 0.15 0.15 164.52 0.63 0.61
Hex 5E DA BA 39 0 F F A5 3F 3D
Octal 136 332 272 71 0 17 17 245 77 75
Binary 1011110 11011010 10111010 111001 0 1111 1111 10100101 111111 111101

Color Harmonies of #5EDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDABA

Black with #5EDABA

Text Example


Text Example

White with #5EDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,218,186); }

 H1.HeaderClassName
 {
   color: #5EDABA;
 }
 .AnyTagClassName
 {
   color: #5EDABA;
 }
</style>

background-color css

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

 a { background-color: rgb(94,218,186); }

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

border-color css

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

 span { border-color: rgb(94,218,186); }

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