Html Css Color HEX #73B8AF Gulf Stream

📋 copy color: '#73B8AF'

red 115 ◦ green 184 ◦ blue 175

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

Shades of Gulf Stream #73B8AF

Tints of Gulf Stream #73B8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 24.26%
G = 38.82%
B = 36.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#73B8AF (or 0x73B8AF) is known color: Gulf Stream. HEX triplet: 73, B8 and AF. RGB value is (115,184,175). Sum of RGB (Red+Green+Blue) = 115+184+175=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #73B8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B8AF is #8C4750. Grayscale: #A2A2A2. Windows color (decimal): -9193297 or 11516019. OLE color: 11516019.

HSL color Cylindrical-coordinate representation of color #73B8AF: hue angle of 172.17º 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 #73B8AF is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 184 175 -
CMYK 0.38 0 0.05 0.28
HSL 172.17º 0.33% 0.59% -
HSV(B) 172.17º 0.38% 0.72% -
XYZ 31.95 41.02 46.79 -
YUV 162.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 115 184 175 0.38 0 0.05 0.28 172.17 0.33 0.59
Hex 73 B8 AF 26 0 5 1C AC 21 3B
Octal 163 270 257 46 0 5 34 254 41 73
Binary 1110011 10111000 10101111 100110 0 101 11100 10101100 100001 111011

Color Harmonies of #73B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B8AF

Black with #73B8AF

Text Example


Text Example

White with #73B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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