Html Css Color HEX #7AB9A3 Gulf Stream

📋 copy color: '#7AB9A3'

red 122 ◦ green 185 ◦ blue 163

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

Shades of Gulf Stream #7AB9A3

Tints of Gulf Stream #7AB9A3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.36%

 BLUE value IS 163 (64.06% from 255) = 34.68%

R = 25.96%
G = 39.36%
B = 34.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#7AB9A3 (or 0x7AB9A3) is known color: Gulf Stream. HEX triplet: 7A, B9 and A3. RGB value is (122,185,163). Sum of RGB (Red+Green+Blue) = 122+185+163=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB9A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB9A3 is #85465C. Grayscale: #A3A3A3. Windows color (decimal): -8734301 or 10729850. OLE color: 10729850.

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

Color convert

RGB 122 185 163 -
CMYK 0.34 0 0.12 0.27
HSL 159.05º 0.31% 0.6% -
HSV(B) 159.05º 0.34% 0.73% -
XYZ 31.99 41.48 40.97 -
YUV 163.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 122 185 163 0.34 0 0.12 0.27 159.05 0.31 0.6
Hex 7A B9 A3 22 0 C 1B 9F 1F 3C
Octal 172 271 243 42 0 14 33 237 37 74
Binary 1111010 10111001 10100011 100010 0 1100 11011 10011111 11111 111100

Color Harmonies of #7AB9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB9A3

Black with #7AB9A3

Text Example


Text Example

White with #7AB9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,185,163); }

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

background-color css

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

 a { background-color: rgb(122,185,163); }

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

border-color css

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

 span { border-color: rgb(122,185,163); }

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