Html Css Color HEX #5DD2C6 Downy

📋 copy color: '#5DD2C6'

red 93 ◦ green 210 ◦ blue 198

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

Shades of Downy #5DD2C6

Tints of Downy #5DD2C6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.92%

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

R = 18.56%
G = 41.92%
B = 39.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#5DD2C6 (or 0x5DD2C6) is known color: Downy. HEX triplet: 5D, D2 and C6. RGB value is (93,210,198). Sum of RGB (Red+Green+Blue) = 93+210+198=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD2C6 is #A22D39. Grayscale: #ADADAD. Windows color (decimal): -10628410 or 13029981. OLE color: 13029981.

HSL color Cylindrical-coordinate representation of color #5DD2C6: hue angle of 173.85º degrees, saturation: 0.57, 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 #5DD2C6 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 210 198 -
CMYK 0.56 0 0.06 0.18
HSL 173.85º 0.57% 0.59% -
HSV(B) 173.85º 0.56% 0.82% -
XYZ 37.75 52.5 61.57 -
YUV 173.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 93 210 198 0.56 0 0.06 0.18 173.85 0.57 0.59
Hex 5D D2 C6 38 0 6 12 AE 39 3B
Octal 135 322 306 70 0 6 22 256 71 73
Binary 1011101 11010010 11000110 111000 0 110 10010 10101110 111001 111011

Color Harmonies of #5DD2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD2C6

Black with #5DD2C6

Text Example


Text Example

White with #5DD2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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