Html Css Color HEX #75BAAA Gulf Stream

📋 copy color: '#75BAAA'

red 117 ◦ green 186 ◦ blue 170

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

Shades of Gulf Stream #75BAAA

Tints of Gulf Stream #75BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 24.74%
G = 39.32%
B = 35.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#75BAAA (or 0x75BAAA) is known color: Gulf Stream. HEX triplet: 75, BA and AA. RGB value is (117,186,170). Sum of RGB (Red+Green+Blue) = 117+186+170=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAAA is #8A4555. Grayscale: #A3A3A3. Windows color (decimal): -9061718 or 11188853. OLE color: 11188853.

HSL color Cylindrical-coordinate representation of color #75BAAA: hue angle of 166.09º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BAAA is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 170 -
CMYK 0.37 0 0.09 0.27
HSL 166.09º 0.33% 0.59% -
HSV(B) 166.09º 0.37% 0.73% -
XYZ 32.15 41.8 44.4 -
YUV 163.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 117 186 170 0.37 0 0.09 0.27 166.09 0.33 0.59
Hex 75 BA AA 25 0 9 1B A6 21 3B
Octal 165 272 252 45 0 11 33 246 41 73
Binary 1110101 10111010 10101010 100101 0 1001 11011 10100110 100001 111011

Color Harmonies of #75BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAAA

Black with #75BAAA

Text Example


Text Example

White with #75BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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