Html Css Color HEX #74AAA2 Gulf Stream

📋 copy color: '#74AAA2'

red 116 ◦ green 170 ◦ blue 162

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

Shades of Gulf Stream #74AAA2

Tints of Gulf Stream #74AAA2

RGB

 RED value IS 116 (45.7% from 255) = 25.89%

 GREEN value IS 170 (66.8% from 255) = 37.95%

 BLUE value IS 162 (63.67% from 255) = 36.16%

R = 25.89%
G = 37.95%
B = 36.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#74AAA2 (or 0x74AAA2) is known color: Gulf Stream. HEX triplet: 74, AA and A2. RGB value is (116,170,162). Sum of RGB (Red+Green+Blue) = 116+170+162=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #74AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AAA2 is #8B555D. Grayscale: #989898. Windows color (decimal): -9131358 or 10660468. OLE color: 10660468.

HSL color Cylindrical-coordinate representation of color #74AAA2: hue angle of 171.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AAA2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 162 -
CMYK 0.32 0 0.05 0.33
HSL 171.11º 0.24% 0.56% -
HSV(B) 171.11º 0.32% 0.67% -
XYZ 28.1 35.07 39.47 -
YUV 152.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 116 170 162 0.32 0 0.05 0.33 171.11 0.24 0.56
Hex 74 AA A2 20 0 5 21 AB 18 38
Octal 164 252 242 40 0 5 41 253 30 70
Binary 1110100 10101010 10100010 100000 0 101 100001 10101011 11000 111000

Color Harmonies of #74AAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AAA2

Black with #74AAA2

Text Example


Text Example

White with #74AAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AAA2; }

 p { color: rgb(116,170,162); }

 H1.HeaderClassName
 {
   color: #74AAA2;
 }
 .AnyTagClassName
 {
   color: #74AAA2;
 }
</style>

background-color css

<style>
 a { background-color: #74AAA2; }

 a { background-color: rgb(116,170,162); }

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

border-color css

<style>
 span { border-color: #74AAA2; }

 span { border-color: rgb(116,170,162); }

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