Html Css Color HEX #75A09C Tradewind

📋 copy color: '#75A09C'

red 117 ◦ green 160 ◦ blue 156

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

Shades of Tradewind #75A09C

Tints of Tradewind #75A09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.95%

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 27.02%
G = 36.95%
B = 36.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#75A09C (or 0x75A09C) is known color: Tradewind. HEX triplet: 75, A0 and 9C. RGB value is (117,160,156). Sum of RGB (Red+Green+Blue) = 117+160+156=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #75A09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A09C is #8A5F63. Grayscale: #929292. Windows color (decimal): -9068388 or 10264693. OLE color: 10264693.

HSL color Cylindrical-coordinate representation of color #75A09C: hue angle of 174.42º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A09C is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 160 156 -
CMYK 0.27 0 0.02 0.37
HSL 174.42º 0.18% 0.54% -
HSV(B) 174.42º 0.27% 0.63% -
XYZ 25.91 31.32 36.13 -
YUV 146.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 117 160 156 0.27 0 0.02 0.37 174.42 0.18 0.54
Hex 75 A0 9C 1B 0 2 25 AE 12 36
Octal 165 240 234 33 0 2 45 256 22 66
Binary 1110101 10100000 10011100 11011 0 10 100101 10101110 10010 110110

Color Harmonies of #75A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A09C

Black with #75A09C

Text Example


Text Example

White with #75A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,160,156); }

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

background-color css

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

 a { background-color: rgb(117,160,156); }

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

border-color css

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

 span { border-color: rgb(117,160,156); }

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