Html Css Color HEX #7ABAAF Gulf Stream

📋 copy color: '#7ABAAF'

red 122 ◦ green 186 ◦ blue 175

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

Shades of Gulf Stream #7ABAAF

Tints of Gulf Stream #7ABAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 25.26%
G = 38.51%
B = 36.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#7ABAAF (or 0x7ABAAF) is known color: Gulf Stream. HEX triplet: 7A, BA and AF. RGB value is (122,186,175). Sum of RGB (Red+Green+Blue) = 122+186+175=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABAAF is #854550. Grayscale: #A5A5A5. Windows color (decimal): -8734033 or 11516538. OLE color: 11516538.

HSL color Cylindrical-coordinate representation of color #7ABAAF: hue angle of 169.69º 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 #7ABAAF is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 175 -
CMYK 0.34 0 0.06 0.27
HSL 169.69º 0.32% 0.6% -
HSV(B) 169.69º 0.34% 0.73% -
XYZ 33.32 42.35 46.98 -
YUV 165.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 122 186 175 0.34 0 0.06 0.27 169.69 0.32 0.6
Hex 7A BA AF 22 0 6 1B AA 20 3C
Octal 172 272 257 42 0 6 33 252 40 74
Binary 1111010 10111010 10101111 100010 0 110 11011 10101010 100000 111100

Color Harmonies of #7ABAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABAAF

Black with #7ABAAF

Text Example


Text Example

White with #7ABAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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