Html Css Color HEX #5DE0C6 Downy

📋 copy color: '#5DE0C6'

red 93 ◦ green 224 ◦ blue 198

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

Shades of Downy #5DE0C6

Tints of Downy #5DE0C6

RGB

 RED value IS 93 (36.72% from 255) = 18.06%

 GREEN value IS 224 (87.89% from 255) = 43.5%

 BLUE value IS 198 (77.73% from 255) = 38.45%

R = 18.06%
G = 43.5%
B = 38.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#5DE0C6 (or 0x5DE0C6) is known color: Downy. HEX triplet: 5D, E0 and C6. RGB value is (93,224,198). Sum of RGB (Red+Green+Blue) = 93+224+198=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE0C6 is #A21F39. Grayscale: #B5B5B5. Windows color (decimal): -10624826 or 13033565. OLE color: 13033565.

HSL color Cylindrical-coordinate representation of color #5DE0C6: hue angle of 168.09º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DE0C6 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 224 198 -
CMYK 0.58 0 0.12 0.12
HSL 168.09º 0.68% 0.62% -
HSV(B) 168.09º 0.58% 0.88% -
XYZ 41.36 59.72 62.77 -
YUV 181.87 137.1 64.61 -
System Red Green Blue C M Y K H S L
Decimal 93 224 198 0.58 0 0.12 0.12 168.09 0.68 0.62
Hex 5D E0 C6 3A 0 C C A8 44 3E
Octal 135 340 306 72 0 14 14 250 104 76
Binary 1011101 11100000 11000110 111010 0 1100 1100 10101000 1000100 111110

Color Harmonies of #5DE0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE0C6

Black with #5DE0C6

Text Example


Text Example

White with #5DE0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,224,198); }

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

background-color css

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

 a { background-color: rgb(93,224,198); }

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

border-color css

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

 span { border-color: rgb(93,224,198); }

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