Html Css Color HEX #74AA9E Gulf Stream

📋 copy color: '#74AA9E'

red 116 ◦ green 170 ◦ blue 158

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

Shades of Gulf Stream #74AA9E

Tints of Gulf Stream #74AA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 26.13%
G = 38.29%
B = 35.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#74AA9E (or 0x74AA9E) is known color: Gulf Stream. HEX triplet: 74, AA and 9E. RGB value is (116,170,158). Sum of RGB (Red+Green+Blue) = 116+170+158=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AA9E is #8B5561. Grayscale: #989898. Windows color (decimal): -9131362 or 10398324. OLE color: 10398324.

HSL color Cylindrical-coordinate representation of color #74AA9E: hue angle of 166.67º 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 #74AA9E is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 158 -
CMYK 0.32 0 0.07 0.33
HSL 166.67º 0.24% 0.56% -
HSV(B) 166.67º 0.32% 0.67% -
XYZ 27.75 34.93 37.63 -
YUV 152.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 116 170 158 0.32 0 0.07 0.33 166.67 0.24 0.56
Hex 74 AA 9E 20 0 7 21 A7 18 38
Octal 164 252 236 40 0 7 41 247 30 70
Binary 1110100 10101010 10011110 100000 0 111 100001 10100111 11000 111000

Color Harmonies of #74AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA9E

Black with #74AA9E

Text Example


Text Example

White with #74AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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