Html Css Color HEX #73AF9E Gulf Stream

📋 copy color: '#73AF9E'

red 115 ◦ green 175 ◦ blue 158

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

Shades of Gulf Stream #73AF9E

Tints of Gulf Stream #73AF9E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.06%

 BLUE value IS 158 (62.11% from 255) = 35.27%

R = 25.67%
G = 39.06%
B = 35.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#73AF9E (or 0x73AF9E) is known color: Gulf Stream. HEX triplet: 73, AF and 9E. RGB value is (115,175,158). Sum of RGB (Red+Green+Blue) = 115+175+158=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AF9E is #8C5061. Grayscale: #9B9B9B. Windows color (decimal): -9195618 or 10399603. OLE color: 10399603.

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

Color convert

RGB 115 175 158 -
CMYK 0.34 0 0.10 0.31
HSL 163º 0.27% 0.57% -
HSV(B) 163º 0.34% 0.69% -
XYZ 28.57 36.77 37.94 -
YUV 155.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 115 175 158 0.34 0 0.10 0.31 163 0.27 0.57
Hex 73 AF 9E 22 0 A 1F A3 1B 39
Octal 163 257 236 42 0 12 37 243 33 71
Binary 1110011 10101111 10011110 100010 0 1010 11111 10100011 11011 111001

Color Harmonies of #73AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AF9E

Black with #73AF9E

Text Example


Text Example

White with #73AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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