Html Css Color HEX #5EDCC0 Downy

📋 copy color: '#5EDCC0'

red 94 ◦ green 220 ◦ blue 192

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

Shades of Downy #5EDCC0

Tints of Downy #5EDCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.48%

 BLUE value IS 192 (75.39% from 255) = 37.94%

R = 18.58%
G = 43.48%
B = 37.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#5EDCC0 (or 0x5EDCC0) is known color: Downy. HEX triplet: 5E, DC and C0. RGB value is (94,220,192). Sum of RGB (Red+Green+Blue) = 94+220+192=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDCC0 is #A1233F. Grayscale: #B3B3B3. Windows color (decimal): -10560320 or 12639326. OLE color: 12639326.

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

Color convert

RGB 94 220 192 -
CMYK 0.57 0 0.13 0.14
HSL 166.67º 0.64% 0.62% -
HSV(B) 166.67º 0.57% 0.86% -
XYZ 39.72 57.37 58.85 -
YUV 179.13 135.26 67.28 -
System Red Green Blue C M Y K H S L
Decimal 94 220 192 0.57 0 0.13 0.14 166.67 0.64 0.62
Hex 5E DC C0 39 0 D E A7 40 3E
Octal 136 334 300 71 0 15 16 247 100 76
Binary 1011110 11011100 11000000 111001 0 1101 1110 10100111 1000000 111110

Color Harmonies of #5EDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDCC0

Black with #5EDCC0

Text Example


Text Example

White with #5EDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,220,192); }

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

background-color css

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

 a { background-color: rgb(94,220,192); }

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

border-color css

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

 span { border-color: rgb(94,220,192); }

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