Html Css Color HEX #5FABA5 Tradewind

📋 copy color: '#5FABA5'

red 95 ◦ green 171 ◦ blue 165

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

Shades of Tradewind #5FABA5

Tints of Tradewind #5FABA5

RGB

 RED value IS 95 (37.5% from 255) = 22.04%

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 22.04%
G = 39.68%
B = 38.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#5FABA5 (or 0x5FABA5) is known color: Tradewind. HEX triplet: 5F, AB and A5. RGB value is (95,171,165). Sum of RGB (Red+Green+Blue) = 95+171+165=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #5FABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FABA5 is #A0545A. Grayscale: #939393. Windows color (decimal): -10507355 or 10857311. OLE color: 10857311.

HSL color Cylindrical-coordinate representation of color #5FABA5: hue angle of 175.26º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FABA5 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 171 165 -
CMYK 0.44 0 0.04 0.33
HSL 175.26º 0.31% 0.52% -
HSV(B) 175.26º 0.44% 0.67% -
XYZ 26.07 34.28 40.84 -
YUV 147.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 95 171 165 0.44 0 0.04 0.33 175.26 0.31 0.52
Hex 5F AB A5 2C 0 4 21 AF 1F 34
Octal 137 253 245 54 0 4 41 257 37 64
Binary 1011111 10101011 10100101 101100 0 100 100001 10101111 11111 110100

Color Harmonies of #5FABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FABA5

Black with #5FABA5

Text Example


Text Example

White with #5FABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,171,165); }

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

background-color css

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

 a { background-color: rgb(95,171,165); }

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

border-color css

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

 span { border-color: rgb(95,171,165); }

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