Html Css Color HEX #5DC7BE Downy

📋 copy color: '#5DC7BE'

red 93 ◦ green 199 ◦ blue 190

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

Shades of Downy #5DC7BE

Tints of Downy #5DC7BE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 19.29%
G = 41.29%
B = 39.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#5DC7BE (or 0x5DC7BE) is known color: Downy. HEX triplet: 5D, C7 and BE. RGB value is (93,199,190). Sum of RGB (Red+Green+Blue) = 93+199+190=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC7BE is #A23841. Grayscale: #A6A6A6. Windows color (decimal): -10631234 or 12502877. OLE color: 12502877.

HSL color Cylindrical-coordinate representation of color #5DC7BE: hue angle of 174.91º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC7BE is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 93 199 190 -
CMYK 0.53 0 0.05 0.22
HSL 174.91º 0.49% 0.57% -
HSV(B) 174.91º 0.53% 0.78% -
XYZ 34.23 46.89 55.96 -
YUV 166.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 93 199 190 0.53 0 0.05 0.22 174.91 0.49 0.57
Hex 5D C7 BE 35 0 5 16 AF 31 39
Octal 135 307 276 65 0 5 26 257 61 71
Binary 1011101 11000111 10111110 110101 0 101 10110 10101111 110001 111001

Color Harmonies of #5DC7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC7BE

Black with #5DC7BE

Text Example


Text Example

White with #5DC7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,199,190); }

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

background-color css

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

 a { background-color: rgb(93,199,190); }

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

border-color css

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

 span { border-color: rgb(93,199,190); }

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