Html Css Color HEX #5DDFC9 Downy

📋 copy color: '#5DDFC9'

red 93 ◦ green 223 ◦ blue 201

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

Shades of Downy #5DDFC9

Tints of Downy #5DDFC9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 17.99%
G = 43.13%
B = 38.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#5DDFC9 (or 0x5DDFC9) is known color: Downy. HEX triplet: 5D, DF and C9. RGB value is (93,223,201). Sum of RGB (Red+Green+Blue) = 93+223+201=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDFC9 is #A22036. Grayscale: #B5B5B5. Windows color (decimal): -10625079 or 13229917. OLE color: 13229917.

HSL color Cylindrical-coordinate representation of color #5DDFC9: hue angle of 169.85º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDFC9 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 223 201 -
CMYK 0.58 0 0.10 0.13
HSL 169.85º 0.67% 0.62% -
HSV(B) 169.85º 0.58% 0.87% -
XYZ 41.44 59.32 64.52 -
YUV 181.62 138.93 64.79 -
System Red Green Blue C M Y K H S L
Decimal 93 223 201 0.58 0 0.10 0.13 169.85 0.67 0.62
Hex 5D DF C9 3A 0 A D AA 43 3E
Octal 135 337 311 72 0 12 15 252 103 76
Binary 1011101 11011111 11001001 111010 0 1010 1101 10101010 1000011 111110

Color Harmonies of #5DDFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDFC9

Black with #5DDFC9

Text Example


Text Example

White with #5DDFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,223,201); }

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

background-color css

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

 a { background-color: rgb(93,223,201); }

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

border-color css

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

 span { border-color: rgb(93,223,201); }

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