Html Css Color HEX #75A29A Tradewind

📋 copy color: '#75A29A'

red 117 ◦ green 162 ◦ blue 154

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

Shades of Tradewind #75A29A

Tints of Tradewind #75A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 27.02%
G = 37.41%
B = 35.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#75A29A (or 0x75A29A) is known color: Tradewind. HEX triplet: 75, A2 and 9A. RGB value is (117,162,154). Sum of RGB (Red+Green+Blue) = 117+162+154=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #75A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A29A is #8A5D65. Grayscale: #939393. Windows color (decimal): -9067878 or 10134133. OLE color: 10134133.

HSL color Cylindrical-coordinate representation of color #75A29A: hue angle of 169.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75A29A is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 162 154 -
CMYK 0.28 0 0.05 0.36
HSL 169.33º 0.19% 0.55% -
HSV(B) 169.33º 0.28% 0.64% -
XYZ 26.09 31.96 35.36 -
YUV 147.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 117 162 154 0.28 0 0.05 0.36 169.33 0.19 0.55
Hex 75 A2 9A 1C 0 5 24 A9 13 37
Octal 165 242 232 34 0 5 44 251 23 67
Binary 1110101 10100010 10011010 11100 0 101 100100 10101001 10011 110111

Color Harmonies of #75A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A29A

Black with #75A29A

Text Example


Text Example

White with #75A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,162,154); }

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

background-color css

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

 a { background-color: rgb(117,162,154); }

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

border-color css

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

 span { border-color: rgb(117,162,154); }

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