Html Css Color HEX #75AAA3 Gulf Stream

📋 copy color: '#75AAA3'

red 117 ◦ green 170 ◦ blue 163

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

Shades of Gulf Stream #75AAA3

Tints of Gulf Stream #75AAA3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

 BLUE value IS 163 (64.06% from 255) = 36.22%

R = 26%
G = 37.78%
B = 36.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#75AAA3 (or 0x75AAA3) is known color: Gulf Stream. HEX triplet: 75, AA and A3. RGB value is (117,170,163). Sum of RGB (Red+Green+Blue) = 117+170+163=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #75AAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAA3 is #8A555C. Grayscale: #999999. Windows color (decimal): -9065821 or 10726005. OLE color: 10726005.

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

Color convert

RGB 117 170 163 -
CMYK 0.31 0 0.04 0.33
HSL 172.08º 0.24% 0.56% -
HSV(B) 172.08º 0.31% 0.67% -
XYZ 28.32 35.18 39.95 -
YUV 153.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 117 170 163 0.31 0 0.04 0.33 172.08 0.24 0.56
Hex 75 AA A3 1F 0 4 21 AC 18 38
Octal 165 252 243 37 0 4 41 254 30 70
Binary 1110101 10101010 10100011 11111 0 100 100001 10101100 11000 111000

Color Harmonies of #75AAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AAA3

Black with #75AAA3

Text Example


Text Example

White with #75AAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,170,163); }

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

background-color css

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

 a { background-color: rgb(117,170,163); }

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

border-color css

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

 span { border-color: rgb(117,170,163); }

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