Html Css Color HEX #5DCDC4 Downy

📋 copy color: '#5DCDC4'

red 93 ◦ green 205 ◦ blue 196

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

Shades of Downy #5DCDC4

Tints of Downy #5DCDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.68%

R = 18.83%
G = 41.5%
B = 39.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#5DCDC4 (or 0x5DCDC4) is known color: Downy. HEX triplet: 5D, CD and C4. RGB value is (93,205,196). Sum of RGB (Red+Green+Blue) = 93+205+196=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDC4 is #A2323B. Grayscale: #AAAAAA. Windows color (decimal): -10629692 or 12897629. OLE color: 12897629.

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

Color convert

RGB 93 205 196 -
CMYK 0.55 0 0.04 0.20
HSL 175.18º 0.53% 0.58% -
HSV(B) 175.18º 0.55% 0.8% -
XYZ 36.31 49.98 59.96 -
YUV 170.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 93 205 196 0.55 0 0.04 0.20 175.18 0.53 0.58
Hex 5D CD C4 37 0 4 14 AF 35 3A
Octal 135 315 304 67 0 4 24 257 65 72
Binary 1011101 11001101 11000100 110111 0 100 10100 10101111 110101 111010

Color Harmonies of #5DCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDC4

Black with #5DCDC4

Text Example


Text Example

White with #5DCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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