Html Css Color HEX #74B9A4 Gulf Stream

📋 copy color: '#74B9A4'

red 116 ◦ green 185 ◦ blue 164

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

Shades of Gulf Stream #74B9A4

Tints of Gulf Stream #74B9A4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.78%

 BLUE value IS 164 (64.45% from 255) = 35.27%

R = 24.95%
G = 39.78%
B = 35.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#74B9A4 (or 0x74B9A4) is known color: Gulf Stream. HEX triplet: 74, B9 and A4. RGB value is (116,185,164). Sum of RGB (Red+Green+Blue) = 116+185+164=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #74B9A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B9A4 is #8B465B. Grayscale: #A1A1A1. Windows color (decimal): -9127516 or 10795380. OLE color: 10795380.

HSL color Cylindrical-coordinate representation of color #74B9A4: hue angle of 161.74º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B9A4 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 185 164 -
CMYK 0.37 0 0.11 0.27
HSL 161.74º 0.33% 0.59% -
HSV(B) 161.74º 0.37% 0.73% -
XYZ 31.25 41.09 41.41 -
YUV 161.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 116 185 164 0.37 0 0.11 0.27 161.74 0.33 0.59
Hex 74 B9 A4 25 0 B 1B A2 21 3B
Octal 164 271 244 45 0 13 33 242 41 73
Binary 1110100 10111001 10100100 100101 0 1011 11011 10100010 100001 111011

Color Harmonies of #74B9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B9A4

Black with #74B9A4

Text Example


Text Example

White with #74B9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,185,164); }

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

background-color css

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

 a { background-color: rgb(116,185,164); }

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

border-color css

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

 span { border-color: rgb(116,185,164); }

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