Html Css Color HEX #5DB2AB Tradewind

📋 copy color: '#5DB2AB'

red 93 ◦ green 178 ◦ blue 171

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

Shades of Tradewind #5DB2AB

Tints of Tradewind #5DB2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.27%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 21.04%
G = 40.27%
B = 38.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#5DB2AB (or 0x5DB2AB) is known color: Tradewind. HEX triplet: 5D, B2 and AB. RGB value is (93,178,171). Sum of RGB (Red+Green+Blue) = 93+178+171=442 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.04% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB2AB is #A24D54. Grayscale: #979797. Windows color (decimal): -10636629 or 11252317. OLE color: 11252317.

HSL color Cylindrical-coordinate representation of color #5DB2AB: hue angle of 175.06º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB2AB is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 93 178 171 -
CMYK 0.48 0 0.04 0.30
HSL 175.06º 0.36% 0.53% -
HSV(B) 175.06º 0.48% 0.7% -
XYZ 27.79 37.11 44.23 -
YUV 151.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 93 178 171 0.48 0 0.04 0.30 175.06 0.36 0.53
Hex 5D B2 AB 30 0 4 1E AF 24 35
Octal 135 262 253 60 0 4 36 257 44 65
Binary 1011101 10110010 10101011 110000 0 100 11110 10101111 100100 110101

Color Harmonies of #5DB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB2AB

Black with #5DB2AB

Text Example


Text Example

White with #5DB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,178,171); }

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

background-color css

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

 a { background-color: rgb(93,178,171); }

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

border-color css

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

 span { border-color: rgb(93,178,171); }

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