Html Css Color HEX #73BBAA Gulf Stream

📋 copy color: '#73BBAA'

red 115 ◦ green 187 ◦ blue 170

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

Shades of Gulf Stream #73BBAA

Tints of Gulf Stream #73BBAA

RGB

 RED value IS 115 (45.31% from 255) = 24.36%

 GREEN value IS 187 (73.44% from 255) = 39.62%

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

R = 24.36%
G = 39.62%
B = 36.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#73BBAA (or 0x73BBAA) is known color: Gulf Stream. HEX triplet: 73, BB and AA. RGB value is (115,187,170). Sum of RGB (Red+Green+Blue) = 115+187+170=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #73BBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BBAA is #8C4455. Grayscale: #A3A3A3. Windows color (decimal): -9192534 or 11189107. OLE color: 11189107.

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

Color convert

RGB 115 187 170 -
CMYK 0.39 0 0.09 0.27
HSL 165.83º 0.35% 0.59% -
HSV(B) 165.83º 0.39% 0.73% -
XYZ 32.1 42.09 44.46 -
YUV 163.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 115 187 170 0.39 0 0.09 0.27 165.83 0.35 0.59
Hex 73 BB AA 27 0 9 1B A6 23 3B
Octal 163 273 252 47 0 11 33 246 43 73
Binary 1110011 10111011 10101010 100111 0 1001 11011 10100110 100011 111011

Color Harmonies of #73BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BBAA

Black with #73BBAA

Text Example


Text Example

White with #73BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73BBAA; }

 p { color: rgb(115,187,170); }

 H1.HeaderClassName
 {
   color: #73BBAA;
 }
 .AnyTagClassName
 {
   color: #73BBAA;
 }
</style>

background-color css

<style>
 a { background-color: #73BBAA; }

 a { background-color: rgb(115,187,170); }

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

border-color css

<style>
 span { border-color: #73BBAA; }

 span { border-color: rgb(115,187,170); }

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