Html Css Color HEX #74ADA1 Gulf Stream

📋 copy color: '#74ADA1'

red 116 ◦ green 173 ◦ blue 161

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

Shades of Gulf Stream #74ADA1

Tints of Gulf Stream #74ADA1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.44%

 BLUE value IS 161 (63.28% from 255) = 35.78%

R = 25.78%
G = 38.44%
B = 35.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#74ADA1 (or 0x74ADA1) is known color: Gulf Stream. HEX triplet: 74, AD and A1. RGB value is (116,173,161). Sum of RGB (Red+Green+Blue) = 116+173+161=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #74ADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ADA1 is #8B525E. Grayscale: #9A9A9A. Windows color (decimal): -9130591 or 10595700. OLE color: 10595700.

HSL color Cylindrical-coordinate representation of color #74ADA1: hue angle of 167.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74ADA1 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 173 161 -
CMYK 0.33 0 0.07 0.32
HSL 167.37º 0.26% 0.57% -
HSV(B) 167.37º 0.33% 0.68% -
XYZ 28.58 36.17 39.19 -
YUV 154.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 116 173 161 0.33 0 0.07 0.32 167.37 0.26 0.57
Hex 74 AD A1 21 0 7 20 A7 1A 39
Octal 164 255 241 41 0 7 40 247 32 71
Binary 1110100 10101101 10100001 100001 0 111 100000 10100111 11010 111001

Color Harmonies of #74ADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ADA1

Black with #74ADA1

Text Example


Text Example

White with #74ADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,173,161); }

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

background-color css

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

 a { background-color: rgb(116,173,161); }

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

border-color css

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

 span { border-color: rgb(116,173,161); }

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