Html Css Color HEX #7AB5A4 Gulf Stream

📋 copy color: '#7AB5A4'

red 122 ◦ green 181 ◦ blue 164

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

Shades of Gulf Stream #7AB5A4

Tints of Gulf Stream #7AB5A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 26.12%
G = 38.76%
B = 35.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#7AB5A4 (or 0x7AB5A4) is known color: Gulf Stream. HEX triplet: 7A, B5 and A4. RGB value is (122,181,164). Sum of RGB (Red+Green+Blue) = 122+181+164=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB5A4 is #854A5B. Grayscale: #A1A1A1. Windows color (decimal): -8735324 or 10794362. OLE color: 10794362.

HSL color Cylindrical-coordinate representation of color #7AB5A4: hue angle of 162.71º 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 #7AB5A4 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 181 164 -
CMYK 0.33 0 0.09 0.29
HSL 162.71º 0.29% 0.59% -
HSV(B) 162.71º 0.33% 0.71% -
XYZ 31.25 39.87 41.17 -
YUV 161.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 122 181 164 0.33 0 0.09 0.29 162.71 0.29 0.59
Hex 7A B5 A4 21 0 9 1D A3 1D 3B
Octal 172 265 244 41 0 11 35 243 35 73
Binary 1111010 10110101 10100100 100001 0 1001 11101 10100011 11101 111011

Color Harmonies of #7AB5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB5A4

Black with #7AB5A4

Text Example


Text Example

White with #7AB5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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