Html Css Color HEX #74B4AF Gulf Stream

📋 copy color: '#74B4AF'

red 116 ◦ green 180 ◦ blue 175

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

Shades of Gulf Stream #74B4AF

Tints of Gulf Stream #74B4AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 24.63%
G = 38.22%
B = 37.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#74B4AF (or 0x74B4AF) is known color: Gulf Stream. HEX triplet: 74, B4 and AF. RGB value is (116,180,175). Sum of RGB (Red+Green+Blue) = 116+180+175=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #74B4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B4AF is #8B4B50. Grayscale: #A0A0A0. Windows color (decimal): -9128785 or 11514996. OLE color: 11514996.

HSL color Cylindrical-coordinate representation of color #74B4AF: hue angle of 175.31º 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 #74B4AF is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 175 -
CMYK 0.36 0 0.03 0.29
HSL 175.31º 0.3% 0.58% -
HSV(B) 175.31º 0.36% 0.71% -
XYZ 31.26 39.45 46.52 -
YUV 160.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 116 180 175 0.36 0 0.03 0.29 175.31 0.3 0.58
Hex 74 B4 AF 24 0 3 1D AF 1E 3A
Octal 164 264 257 44 0 3 35 257 36 72
Binary 1110100 10110100 10101111 100100 0 11 11101 10101111 11110 111010

Color Harmonies of #74B4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B4AF

Black with #74B4AF

Text Example


Text Example

White with #74B4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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