Html Css Color HEX #7AB5AF Gulf Stream

📋 copy color: '#7AB5AF'

red 122 ◦ green 181 ◦ blue 175

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

Shades of Gulf Stream #7AB5AF

Tints of Gulf Stream #7AB5AF

RGB

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

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

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

R = 25.52%
G = 37.87%
B = 36.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#7AB5AF (or 0x7AB5AF) is known color: Gulf Stream. HEX triplet: 7A, B5 and AF. RGB value is (122,181,175). Sum of RGB (Red+Green+Blue) = 122+181+175=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB5AF is #854A50. Grayscale: #A2A2A2. Windows color (decimal): -8735313 or 11515258. OLE color: 11515258.

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

Color convert

RGB 122 181 175 -
CMYK 0.33 0 0.03 0.29
HSL 173.9º 0.29% 0.59% -
HSV(B) 173.9º 0.33% 0.71% -
XYZ 32.29 40.28 46.63 -
YUV 162.68 134.95 98.99 -
System Red Green Blue C M Y K H S L
Decimal 122 181 175 0.33 0 0.03 0.29 173.9 0.29 0.59
Hex 7A B5 AF 21 0 3 1D AE 1D 3B
Octal 172 265 257 41 0 3 35 256 35 73
Binary 1111010 10110101 10101111 100001 0 11 11101 10101110 11101 111011

Color Harmonies of #7AB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB5AF

Black with #7AB5AF

Text Example


Text Example

White with #7AB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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