Html Css Color HEX #5EDABD Downy

📋 copy color: '#5EDABD'

red 94 ◦ green 218 ◦ blue 189

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

Shades of Downy #5EDABD

Tints of Downy #5EDABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.72%

R = 18.76%
G = 43.51%
B = 37.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#5EDABD (or 0x5EDABD) is known color: Downy. HEX triplet: 5E, DA and BD. RGB value is (94,218,189). Sum of RGB (Red+Green+Blue) = 94+218+189=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDABD is #A12542. Grayscale: #B1B1B1. Windows color (decimal): -10560835 or 12442206. OLE color: 12442206.

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

Color convert

RGB 94 218 189 -
CMYK 0.57 0 0.13 0.15
HSL 165.97º 0.63% 0.61% -
HSV(B) 165.97º 0.57% 0.85% -
XYZ 38.87 56.2 56.94 -
YUV 177.62 134.42 68.36 -
System Red Green Blue C M Y K H S L
Decimal 94 218 189 0.57 0 0.13 0.15 165.97 0.63 0.61
Hex 5E DA BD 39 0 D F A6 3F 3D
Octal 136 332 275 71 0 15 17 246 77 75
Binary 1011110 11011010 10111101 111001 0 1101 1111 10100110 111111 111101

Color Harmonies of #5EDABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDABD

Black with #5EDABD

Text Example


Text Example

White with #5EDABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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