Html Css Color HEX #74B4AD Gulf Stream

📋 copy color: '#74B4AD'

red 116 ◦ green 180 ◦ blue 173

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

Shades of Gulf Stream #74B4AD

Tints of Gulf Stream #74B4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.38%

 BLUE value IS 173 (67.97% from 255) = 36.89%

R = 24.73%
G = 38.38%
B = 36.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#74B4AD (or 0x74B4AD) is known color: Gulf Stream. HEX triplet: 74, B4 and AD. RGB value is (116,180,173). Sum of RGB (Red+Green+Blue) = 116+180+173=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #74B4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B4AD is #8B4B52. Grayscale: #A0A0A0. Windows color (decimal): -9128787 or 11383924. OLE color: 11383924.

HSL color Cylindrical-coordinate representation of color #74B4AD: hue angle of 173.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B4AD is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 173 -
CMYK 0.36 0 0.04 0.29
HSL 173.44º 0.3% 0.58% -
HSV(B) 173.44º 0.36% 0.71% -
XYZ 31.07 39.37 45.5 -
YUV 160.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 116 180 173 0.36 0 0.04 0.29 173.44 0.3 0.58
Hex 74 B4 AD 24 0 4 1D AD 1E 3A
Octal 164 264 255 44 0 4 35 255 36 72
Binary 1110100 10110100 10101101 100100 0 100 11101 10101101 11110 111010

Color Harmonies of #74B4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B4AD

Black with #74B4AD

Text Example


Text Example

White with #74B4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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