Html Css Color HEX #5DB1AA Tradewind

📋 copy color: '#5DB1AA'

red 93 ◦ green 177 ◦ blue 170

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

Shades of Tradewind #5DB1AA

Tints of Tradewind #5DB1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.23%

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 21.14%
G = 40.23%
B = 38.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#5DB1AA (or 0x5DB1AA) is known color: Tradewind. HEX triplet: 5D, B1 and AA. RGB value is (93,177,170). Sum of RGB (Red+Green+Blue) = 93+177+170=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB1AA is #A24E55. Grayscale: #979797. Windows color (decimal): -10636886 or 11186525. OLE color: 11186525.

HSL color Cylindrical-coordinate representation of color #5DB1AA: hue angle of 175º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB1AA is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 177 170 -
CMYK 0.47 0 0.04 0.31
HSL 175º 0.35% 0.53% -
HSV(B) 175º 0.47% 0.69% -
XYZ 27.49 36.67 43.66 -
YUV 151.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 93 177 170 0.47 0 0.04 0.31 175 0.35 0.53
Hex 5D B1 AA 2F 0 4 1F AF 23 35
Octal 135 261 252 57 0 4 37 257 43 65
Binary 1011101 10110001 10101010 101111 0 100 11111 10101111 100011 110101

Color Harmonies of #5DB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB1AA

Black with #5DB1AA

Text Example


Text Example

White with #5DB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,177,170); }

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

background-color css

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

 a { background-color: rgb(93,177,170); }

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

border-color css

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

 span { border-color: rgb(93,177,170); }

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