Html Css Color HEX #5DD1C6 Downy

📋 copy color: '#5DD1C6'

red 93 ◦ green 209 ◦ blue 198

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

Shades of Downy #5DD1C6

Tints of Downy #5DD1C6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

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

R = 18.6%
G = 41.8%
B = 39.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#5DD1C6 (or 0x5DD1C6) is known color: Downy. HEX triplet: 5D, D1 and C6. RGB value is (93,209,198). Sum of RGB (Red+Green+Blue) = 93+209+198=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD1C6 is #A22E39. Grayscale: #ACACAC. Windows color (decimal): -10628666 or 13029725. OLE color: 13029725.

HSL color Cylindrical-coordinate representation of color #5DD1C6: hue angle of 174.31º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD1C6 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 209 198 -
CMYK 0.56 0 0.05 0.18
HSL 174.31º 0.56% 0.59% -
HSV(B) 174.31º 0.56% 0.82% -
XYZ 37.51 52.01 61.49 -
YUV 173.06 142.07 70.89 -
System Red Green Blue C M Y K H S L
Decimal 93 209 198 0.56 0 0.05 0.18 174.31 0.56 0.59
Hex 5D D1 C6 38 0 5 12 AE 38 3B
Octal 135 321 306 70 0 5 22 256 70 73
Binary 1011101 11010001 11000110 111000 0 101 10010 10101110 111000 111011

Color Harmonies of #5DD1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD1C6

Black with #5DD1C6

Text Example


Text Example

White with #5DD1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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