Html Css Color HEX #7AB5AA Gulf Stream

📋 copy color: '#7AB5AA'

red 122 ◦ green 181 ◦ blue 170

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

Shades of Gulf Stream #7AB5AA

Tints of Gulf Stream #7AB5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.27%

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 25.79%
G = 38.27%
B = 35.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#7AB5AA (or 0x7AB5AA) is known color: Gulf Stream. HEX triplet: 7A, B5 and AA. RGB value is (122,181,170). Sum of RGB (Red+Green+Blue) = 122+181+170=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB5AA is #854A55. Grayscale: #A2A2A2. Windows color (decimal): -8735318 or 11187578. OLE color: 11187578.

HSL color Cylindrical-coordinate representation of color #7AB5AA: hue angle of 168.81º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB5AA is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 181 170 -
CMYK 0.33 0 0.06 0.29
HSL 168.81º 0.29% 0.59% -
HSV(B) 168.81º 0.33% 0.71% -
XYZ 31.81 40.09 44.09 -
YUV 162.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 122 181 170 0.33 0 0.06 0.29 168.81 0.29 0.59
Hex 7A B5 AA 21 0 6 1D A9 1D 3B
Octal 172 265 252 41 0 6 35 251 35 73
Binary 1111010 10110101 10101010 100001 0 110 11101 10101001 11101 111011

Color Harmonies of #7AB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB5AA

Black with #7AB5AA

Text Example


Text Example

White with #7AB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,181,170); }

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

background-color css

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

 a { background-color: rgb(122,181,170); }

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

border-color css

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

 span { border-color: rgb(122,181,170); }

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