Html Css Color HEX #74AFAA Gulf Stream

📋 copy color: '#74AFAA'

red 116 ◦ green 175 ◦ blue 170

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

Shades of Gulf Stream #74AFAA

Tints of Gulf Stream #74AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.96%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 25.16%
G = 37.96%
B = 36.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#74AFAA (or 0x74AFAA) is known color: Gulf Stream. HEX triplet: 74, AF and AA. RGB value is (116,175,170). Sum of RGB (Red+Green+Blue) = 116+175+170=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #74AFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AFAA is #8B5055. Grayscale: #9C9C9C. Windows color (decimal): -9130070 or 11186036. OLE color: 11186036.

HSL color Cylindrical-coordinate representation of color #74AFAA: hue angle of 174.92º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74AFAA is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 175 170 -
CMYK 0.34 0 0.03 0.31
HSL 174.92º 0.27% 0.57% -
HSV(B) 174.92º 0.34% 0.69% -
XYZ 29.79 37.28 43.66 -
YUV 156.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 116 175 170 0.34 0 0.03 0.31 174.92 0.27 0.57
Hex 74 AF AA 22 0 3 1F AF 1B 39
Octal 164 257 252 42 0 3 37 257 33 71
Binary 1110100 10101111 10101010 100010 0 11 11111 10101111 11011 111001

Color Harmonies of #74AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AFAA

Black with #74AFAA

Text Example


Text Example

White with #74AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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