Html Css Color HEX #5DCDC1 Downy

📋 copy color: '#5DCDC1'

red 93 ◦ green 205 ◦ blue 193

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

Shades of Downy #5DCDC1

Tints of Downy #5DCDC1

RGB

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

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

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

R = 18.94%
G = 41.75%
B = 39.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#5DCDC1 (or 0x5DCDC1) is known color: Downy. HEX triplet: 5D, CD and C1. RGB value is (93,205,193). Sum of RGB (Red+Green+Blue) = 93+205+193=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDC1 is #A2323E. Grayscale: #AAAAAA. Windows color (decimal): -10629695 or 12701021. OLE color: 12701021.

HSL color Cylindrical-coordinate representation of color #5DCDC1: hue angle of 173.57º 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 #5DCDC1 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 193 -
CMYK 0.55 0 0.06 0.20
HSL 173.57º 0.53% 0.58% -
HSV(B) 173.57º 0.55% 0.8% -
XYZ 35.97 49.84 58.18 -
YUV 170.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 93 205 193 0.55 0 0.06 0.20 173.57 0.53 0.58
Hex 5D CD C1 37 0 6 14 AE 35 3A
Octal 135 315 301 67 0 6 24 256 65 72
Binary 1011101 11001101 11000001 110111 0 110 10100 10101110 110101 111010

Color Harmonies of #5DCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDC1

Black with #5DCDC1

Text Example


Text Example

White with #5DCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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