Html Css Color HEX #75ABA6 Tradewind

📋 copy color: '#75ABA6'

red 117 ◦ green 171 ◦ blue 166

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

Shades of Tradewind #75ABA6

Tints of Tradewind #75ABA6

RGB

 RED value IS 117 (46.09% from 255) = 25.77%

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

 BLUE value IS 166 (65.23% from 255) = 36.56%

R = 25.77%
G = 37.67%
B = 36.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#75ABA6 (or 0x75ABA6) is known color: Tradewind. HEX triplet: 75, AB and A6. RGB value is (117,171,166). Sum of RGB (Red+Green+Blue) = 117+171+166=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #75ABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ABA6 is #8A5459. Grayscale: #9A9A9A. Windows color (decimal): -9065562 or 10922869. OLE color: 10922869.

HSL color Cylindrical-coordinate representation of color #75ABA6: hue angle of 174.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75ABA6 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 171 166 -
CMYK 0.32 0 0.03 0.33
HSL 174.44º 0.24% 0.56% -
HSV(B) 174.44º 0.32% 0.67% -
XYZ 28.78 35.66 41.44 -
YUV 154.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 117 171 166 0.32 0 0.03 0.33 174.44 0.24 0.56
Hex 75 AB A6 20 0 3 21 AE 18 38
Octal 165 253 246 40 0 3 41 256 30 70
Binary 1110101 10101011 10100110 100000 0 11 100001 10101110 11000 111000

Color Harmonies of #75ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ABA6

Black with #75ABA6

Text Example


Text Example

White with #75ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75ABA6; }

 p { color: rgb(117,171,166); }

 H1.HeaderClassName
 {
   color: #75ABA6;
 }
 .AnyTagClassName
 {
   color: #75ABA6;
 }
</style>

background-color css

<style>
 a { background-color: #75ABA6; }

 a { background-color: rgb(117,171,166); }

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

border-color css

<style>
 span { border-color: #75ABA6; }

 span { border-color: rgb(117,171,166); }

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