Html Css Color HEX #73AEA7 Gulf Stream

📋 copy color: '#73AEA7'

red 115 ◦ green 174 ◦ blue 167

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

Shades of Gulf Stream #73AEA7

Tints of Gulf Stream #73AEA7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 167 (65.63% from 255) = 36.62%

R = 25.22%
G = 38.16%
B = 36.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#73AEA7 (or 0x73AEA7) is known color: Gulf Stream. HEX triplet: 73, AE and A7. RGB value is (115,174,167). Sum of RGB (Red+Green+Blue) = 115+174+167=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #73AEA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AEA7 is #8C5158. Grayscale: #9B9B9B. Windows color (decimal): -9195865 or 10989171. OLE color: 10989171.

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

Color convert

RGB 115 174 167 -
CMYK 0.34 0 0.04 0.32
HSL 172.88º 0.27% 0.57% -
HSV(B) 172.88º 0.34% 0.68% -
XYZ 29.18 36.71 42.11 -
YUV 155.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 115 174 167 0.34 0 0.04 0.32 172.88 0.27 0.57
Hex 73 AE A7 22 0 4 20 AD 1B 39
Octal 163 256 247 42 0 4 40 255 33 71
Binary 1110011 10101110 10100111 100010 0 100 100000 10101101 11011 111001

Color Harmonies of #73AEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AEA7

Black with #73AEA7

Text Example


Text Example

White with #73AEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,174,167); }

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

background-color css

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

 a { background-color: rgb(115,174,167); }

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

border-color css

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

 span { border-color: rgb(115,174,167); }

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