Html Css Color HEX #73B8A0 Gulf Stream

📋 copy color: '#73B8A0'

red 115 ◦ green 184 ◦ blue 160

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

Shades of Gulf Stream #73B8A0

Tints of Gulf Stream #73B8A0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.09%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 25.05%
G = 40.09%
B = 34.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#73B8A0 (or 0x73B8A0) is known color: Gulf Stream. HEX triplet: 73, B8 and A0. RGB value is (115,184,160). Sum of RGB (Red+Green+Blue) = 115+184+160=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #73B8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B8A0 is #8C475F. Grayscale: #A0A0A0. Windows color (decimal): -9193312 or 10532979. OLE color: 10532979.

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

Color convert

RGB 115 184 160 -
CMYK 0.38 0 0.13 0.28
HSL 159.13º 0.33% 0.59% -
HSV(B) 159.13º 0.38% 0.72% -
XYZ 30.56 40.46 39.46 -
YUV 160.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 115 184 160 0.38 0 0.13 0.28 159.13 0.33 0.59
Hex 73 B8 A0 26 0 D 1C 9F 21 3B
Octal 163 270 240 46 0 15 34 237 41 73
Binary 1110011 10111000 10100000 100110 0 1101 11100 10011111 100001 111011

Color Harmonies of #73B8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B8A0

Black with #73B8A0

Text Example


Text Example

White with #73B8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,184,160); }

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

background-color css

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

 a { background-color: rgb(115,184,160); }

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

border-color css

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

 span { border-color: rgb(115,184,160); }

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