Html Css Color HEX #5ED6C1 Downy

📋 copy color: '#5ED6C1'

red 94 ◦ green 214 ◦ blue 193

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

Shades of Downy #5ED6C1

Tints of Downy #5ED6C1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

 BLUE value IS 193 (75.78% from 255) = 38.52%

R = 18.76%
G = 42.71%
B = 38.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#5ED6C1 (or 0x5ED6C1) is known color: Downy. HEX triplet: 5E, D6 and C1. RGB value is (94,214,193). Sum of RGB (Red+Green+Blue) = 94+214+193=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED6C1 is #A1293E. Grayscale: #AFAFAF. Windows color (decimal): -10561855 or 12703326. OLE color: 12703326.

HSL color Cylindrical-coordinate representation of color #5ED6C1: hue angle of 169.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED6C1 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 214 193 -
CMYK 0.56 0 0.10 0.16
HSL 169.5º 0.59% 0.6% -
HSV(B) 169.5º 0.56% 0.84% -
XYZ 38.29 54.32 58.92 -
YUV 175.73 137.74 69.71 -
System Red Green Blue C M Y K H S L
Decimal 94 214 193 0.56 0 0.10 0.16 169.5 0.59 0.6
Hex 5E D6 C1 38 0 A 10 AA 3B 3C
Octal 136 326 301 70 0 12 20 252 73 74
Binary 1011110 11010110 11000001 111000 0 1010 10000 10101010 111011 111100

Color Harmonies of #5ED6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED6C1

Black with #5ED6C1

Text Example


Text Example

White with #5ED6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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