Html Css Color HEX #73B29F Gulf Stream

📋 copy color: '#73B29F'

red 115 ◦ green 178 ◦ blue 159

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

Shades of Gulf Stream #73B29F

Tints of Gulf Stream #73B29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.38%

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

R = 25.44%
G = 39.38%
B = 35.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#73B29F (or 0x73B29F) is known color: Gulf Stream. HEX triplet: 73, B2 and 9F. RGB value is (115,178,159). Sum of RGB (Red+Green+Blue) = 115+178+159=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #73B29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B29F is #8C4D60. Grayscale: #9D9D9D. Windows color (decimal): -9194849 or 10465907. OLE color: 10465907.

HSL color Cylindrical-coordinate representation of color #73B29F: hue angle of 161.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B29F is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 178 159 -
CMYK 0.35 0 0.11 0.30
HSL 161.9º 0.29% 0.57% -
HSV(B) 161.9º 0.35% 0.7% -
XYZ 29.25 37.99 38.59 -
YUV 157 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 115 178 159 0.35 0 0.11 0.30 161.9 0.29 0.57
Hex 73 B2 9F 23 0 B 1E A2 1D 39
Octal 163 262 237 43 0 13 36 242 35 71
Binary 1110011 10110010 10011111 100011 0 1011 11110 10100010 11101 111001

Color Harmonies of #73B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B29F

Black with #73B29F

Text Example


Text Example

White with #73B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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