Html Css Color HEX #7ABAA5 Gulf Stream

📋 copy color: '#7ABAA5'

red 122 ◦ green 186 ◦ blue 165

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

Shades of Gulf Stream #7ABAA5

Tints of Gulf Stream #7ABAA5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 165 (64.84% from 255) = 34.88%

R = 25.79%
G = 39.32%
B = 34.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#7ABAA5 (or 0x7ABAA5) is known color: Gulf Stream. HEX triplet: 7A, BA and A5. RGB value is (122,186,165). Sum of RGB (Red+Green+Blue) = 122+186+165=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABAA5 is #85455A. Grayscale: #A4A4A4. Windows color (decimal): -8734043 or 10861178. OLE color: 10861178.

HSL color Cylindrical-coordinate representation of color #7ABAA5: hue angle of 160.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABAA5 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 165 -
CMYK 0.34 0 0.11 0.27
HSL 160.31º 0.32% 0.6% -
HSV(B) 160.31º 0.34% 0.73% -
XYZ 32.38 41.97 41.99 -
YUV 164.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 122 186 165 0.34 0 0.11 0.27 160.31 0.32 0.6
Hex 7A BA A5 22 0 B 1B A0 20 3C
Octal 172 272 245 42 0 13 33 240 40 74
Binary 1111010 10111010 10100101 100010 0 1011 11011 10100000 100000 111100

Color Harmonies of #7ABAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABAA5

Black with #7ABAA5

Text Example


Text Example

White with #7ABAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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