Html Css Color HEX #73B1A4 Gulf Stream

📋 copy color: '#73B1A4'

red 115 ◦ green 177 ◦ blue 164

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

Shades of Gulf Stream #73B1A4

Tints of Gulf Stream #73B1A4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.82%

 BLUE value IS 164 (64.45% from 255) = 35.96%

R = 25.22%
G = 38.82%
B = 35.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#73B1A4 (or 0x73B1A4) is known color: Gulf Stream. HEX triplet: 73, B1 and A4. RGB value is (115,177,164). Sum of RGB (Red+Green+Blue) = 115+177+164=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #73B1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B1A4 is #8C4E5B. Grayscale: #9C9C9C. Windows color (decimal): -9195100 or 10793331. OLE color: 10793331.

HSL color Cylindrical-coordinate representation of color #73B1A4: hue angle of 167.42º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B1A4 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 177 164 -
CMYK 0.35 0 0.07 0.31
HSL 167.42º 0.28% 0.57% -
HSV(B) 167.42º 0.35% 0.69% -
XYZ 29.49 37.77 40.86 -
YUV 156.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 115 177 164 0.35 0 0.07 0.31 167.42 0.28 0.57
Hex 73 B1 A4 23 0 7 1F A7 1C 39
Octal 163 261 244 43 0 7 37 247 34 71
Binary 1110011 10110001 10100100 100011 0 111 11111 10100111 11100 111001

Color Harmonies of #73B1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B1A4

Black with #73B1A4

Text Example


Text Example

White with #73B1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,177,164); }

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

background-color css

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

 a { background-color: rgb(115,177,164); }

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

border-color css

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

 span { border-color: rgb(115,177,164); }

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