Html Css Color HEX #74BBAE Gulf Stream

📋 copy color: '#74BBAE'

red 116 ◦ green 187 ◦ blue 174

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

Shades of Gulf Stream #74BBAE

Tints of Gulf Stream #74BBAE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.2%

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 24.32%
G = 39.2%
B = 36.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#74BBAE (or 0x74BBAE) is known color: Gulf Stream. HEX triplet: 74, BB and AE. RGB value is (116,187,174). Sum of RGB (Red+Green+Blue) = 116+187+174=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #74BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BBAE is #8B4451. Grayscale: #A4A4A4. Windows color (decimal): -9126994 or 11451252. OLE color: 11451252.

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

Color convert

RGB 116 187 174 -
CMYK 0.38 0 0.07 0.27
HSL 169.01º 0.34% 0.59% -
HSV(B) 169.01º 0.38% 0.73% -
XYZ 32.61 42.31 46.49 -
YUV 164.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 116 187 174 0.38 0 0.07 0.27 169.01 0.34 0.59
Hex 74 BB AE 26 0 7 1B A9 22 3B
Octal 164 273 256 46 0 7 33 251 42 73
Binary 1110100 10111011 10101110 100110 0 111 11011 10101001 100010 111011

Color Harmonies of #74BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBAE

Black with #74BBAE

Text Example


Text Example

White with #74BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,187,174); }

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

background-color css

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

 a { background-color: rgb(116,187,174); }

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

border-color css

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

 span { border-color: rgb(116,187,174); }

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