Html Css Color HEX #74AC9D Gulf Stream

📋 copy color: '#74AC9D'

red 116 ◦ green 172 ◦ blue 157

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

Shades of Gulf Stream #74AC9D

Tints of Gulf Stream #74AC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.65%

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 26.07%
G = 38.65%
B = 35.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#74AC9D (or 0x74AC9D) is known color: Gulf Stream. HEX triplet: 74, AC and 9D. RGB value is (116,172,157). Sum of RGB (Red+Green+Blue) = 116+172+157=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC9D is #8B5362. Grayscale: #999999. Windows color (decimal): -9130851 or 10333300. OLE color: 10333300.

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

Color convert

RGB 116 172 157 -
CMYK 0.33 0 0.09 0.33
HSL 163.93º 0.25% 0.56% -
HSV(B) 163.93º 0.33% 0.67% -
XYZ 28.04 35.65 37.3 -
YUV 153.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 116 172 157 0.33 0 0.09 0.33 163.93 0.25 0.56
Hex 74 AC 9D 21 0 9 21 A4 19 38
Octal 164 254 235 41 0 11 41 244 31 70
Binary 1110100 10101100 10011101 100001 0 1001 100001 10100100 11001 111000

Color Harmonies of #74AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC9D

Black with #74AC9D

Text Example


Text Example

White with #74AC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,172,157); }

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

background-color css

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

 a { background-color: rgb(116,172,157); }

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

border-color css

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

 span { border-color: rgb(116,172,157); }

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