Html Css Color HEX #7AB9AB Gulf Stream

📋 copy color: '#7AB9AB'

red 122 ◦ green 185 ◦ blue 171

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

Shades of Gulf Stream #7AB9AB

Tints of Gulf Stream #7AB9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 25.52%
G = 38.7%
B = 35.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#7AB9AB (or 0x7AB9AB) is known color: Gulf Stream. HEX triplet: 7A, B9 and AB. RGB value is (122,185,171). Sum of RGB (Red+Green+Blue) = 122+185+171=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB9AB is #854654. Grayscale: #A4A4A4. Windows color (decimal): -8734293 or 11254138. OLE color: 11254138.

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

Color convert

RGB 122 185 171 -
CMYK 0.34 0 0.08 0.27
HSL 166.67º 0.31% 0.6% -
HSV(B) 166.67º 0.34% 0.73% -
XYZ 32.73 41.78 44.87 -
YUV 164.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 122 185 171 0.34 0 0.08 0.27 166.67 0.31 0.6
Hex 7A B9 AB 22 0 8 1B A7 1F 3C
Octal 172 271 253 42 0 10 33 247 37 74
Binary 1111010 10111001 10101011 100010 0 1000 11011 10100111 11111 111100

Color Harmonies of #7AB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB9AB

Black with #7AB9AB

Text Example


Text Example

White with #7AB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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