Html Css Color HEX #73AB9F Gulf Stream

📋 copy color: '#73AB9F'

red 115 ◦ green 171 ◦ blue 159

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

Shades of Gulf Stream #73AB9F

Tints of Gulf Stream #73AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.43%

 BLUE value IS 159 (62.5% from 255) = 35.73%

R = 25.84%
G = 38.43%
B = 35.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#73AB9F (or 0x73AB9F) is known color: Gulf Stream. HEX triplet: 73, AB and 9F. RGB value is (115,171,159). Sum of RGB (Red+Green+Blue) = 115+171+159=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AB9F is #8C5460. Grayscale: #989898. Windows color (decimal): -9196641 or 10464115. OLE color: 10464115.

HSL color Cylindrical-coordinate representation of color #73AB9F: hue angle of 167.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AB9F is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 171 159 -
CMYK 0.33 0 0.07 0.33
HSL 167.14º 0.25% 0.56% -
HSV(B) 167.14º 0.33% 0.67% -
XYZ 27.89 35.27 38.14 -
YUV 152.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 115 171 159 0.33 0 0.07 0.33 167.14 0.25 0.56
Hex 73 AB 9F 21 0 7 21 A7 19 38
Octal 163 253 237 41 0 7 41 247 31 70
Binary 1110011 10101011 10011111 100001 0 111 100001 10100111 11001 111000

Color Harmonies of #73AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AB9F

Black with #73AB9F

Text Example


Text Example

White with #73AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,171,159); }

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

background-color css

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

 a { background-color: rgb(115,171,159); }

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

border-color css

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

 span { border-color: rgb(115,171,159); }

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