Html Css Color HEX #7AA59E Gulf Stream

📋 copy color: '#7AA59E'

red 122 ◦ green 165 ◦ blue 158

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

Shades of Gulf Stream #7AA59E

Tints of Gulf Stream #7AA59E

RGB

 RED value IS 122 (48.05% from 255) = 27.42%

 GREEN value IS 165 (64.84% from 255) = 37.08%

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

R = 27.42%
G = 37.08%
B = 35.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#7AA59E (or 0x7AA59E) is known color: Gulf Stream. HEX triplet: 7A, A5 and 9E. RGB value is (122,165,158). Sum of RGB (Red+Green+Blue) = 122+165+158=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA59E is #855A61. Grayscale: #979797. Windows color (decimal): -8739426 or 10397050. OLE color: 10397050.

HSL color Cylindrical-coordinate representation of color #7AA59E: hue angle of 170.23º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA59E is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 165 158 -
CMYK 0.26 0 0.04 0.35
HSL 170.23º 0.19% 0.56% -
HSV(B) 170.23º 0.26% 0.65% -
XYZ 27.65 33.52 37.36 -
YUV 151.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 122 165 158 0.26 0 0.04 0.35 170.23 0.19 0.56
Hex 7A A5 9E 1A 0 4 23 AA 13 38
Octal 172 245 236 32 0 4 43 252 23 70
Binary 1111010 10100101 10011110 11010 0 100 100011 10101010 10011 111000

Color Harmonies of #7AA59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA59E

Black with #7AA59E

Text Example


Text Example

White with #7AA59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AA59E; }

 p { color: rgb(122,165,158); }

 H1.HeaderClassName
 {
   color: #7AA59E;
 }
 .AnyTagClassName
 {
   color: #7AA59E;
 }
</style>

background-color css

<style>
 a { background-color: #7AA59E; }

 a { background-color: rgb(122,165,158); }

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

border-color css

<style>
 span { border-color: #7AA59E; }

 span { border-color: rgb(122,165,158); }

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