Html Css Color HEX #5DCDBC Downy

📋 copy color: '#5DCDBC'

red 93 ◦ green 205 ◦ blue 188

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

Shades of Downy #5DCDBC

Tints of Downy #5DCDBC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.18%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 19.14%
G = 42.18%
B = 38.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#5DCDBC (or 0x5DCDBC) is known color: Downy. HEX triplet: 5D, CD and BC. RGB value is (93,205,188). Sum of RGB (Red+Green+Blue) = 93+205+188=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDBC is #A23243. Grayscale: #A9A9A9. Windows color (decimal): -10629700 or 12373341. OLE color: 12373341.

HSL color Cylindrical-coordinate representation of color #5DCDBC: hue angle of 170.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDBC is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 188 -
CMYK 0.55 0 0.08 0.20
HSL 170.89º 0.53% 0.58% -
HSV(B) 170.89º 0.55% 0.8% -
XYZ 35.42 49.62 55.29 -
YUV 169.57 138.39 73.38 -
System Red Green Blue C M Y K H S L
Decimal 93 205 188 0.55 0 0.08 0.20 170.89 0.53 0.58
Hex 5D CD BC 37 0 8 14 AB 35 3A
Octal 135 315 274 67 0 10 24 253 65 72
Binary 1011101 11001101 10111100 110111 0 1000 10100 10101011 110101 111010

Color Harmonies of #5DCDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDBC

Black with #5DCDBC

Text Example


Text Example

White with #5DCDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,205,188); }

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

background-color css

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

 a { background-color: rgb(93,205,188); }

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

border-color css

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

 span { border-color: rgb(93,205,188); }

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