Html Css Color HEX #73B9A1 Gulf Stream

📋 copy color: '#73B9A1'

red 115 ◦ green 185 ◦ blue 161

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

Shades of Gulf Stream #73B9A1

Tints of Gulf Stream #73B9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 24.95%
G = 40.13%
B = 34.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#73B9A1 (or 0x73B9A1) is known color: Gulf Stream. HEX triplet: 73, B9 and A1. RGB value is (115,185,161). Sum of RGB (Red+Green+Blue) = 115+185+161=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #73B9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B9A1 is #8C465E. Grayscale: #A1A1A1. Windows color (decimal): -9193055 or 10598771. OLE color: 10598771.

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

Color convert

RGB 115 185 161 -
CMYK 0.38 0 0.13 0.27
HSL 159.43º 0.33% 0.59% -
HSV(B) 159.43º 0.38% 0.73% -
XYZ 30.85 40.92 39.99 -
YUV 161.33 127.81 94.95 -
System Red Green Blue C M Y K H S L
Decimal 115 185 161 0.38 0 0.13 0.27 159.43 0.33 0.59
Hex 73 B9 A1 26 0 D 1B 9F 21 3B
Octal 163 271 241 46 0 15 33 237 41 73
Binary 1110011 10111001 10100001 100110 0 1101 11011 10011111 100001 111011

Color Harmonies of #73B9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B9A1

Black with #73B9A1

Text Example


Text Example

White with #73B9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,185,161); }

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

background-color css

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

 a { background-color: rgb(115,185,161); }

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

border-color css

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

 span { border-color: rgb(115,185,161); }

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