Html Css Color HEX #74BBAC Gulf Stream

📋 copy color: '#74BBAC'

red 116 ◦ green 187 ◦ blue 172

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

Shades of Gulf Stream #74BBAC

Tints of Gulf Stream #74BBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.21%

R = 24.42%
G = 39.37%
B = 36.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#74BBAC (or 0x74BBAC) is known color: Gulf Stream. HEX triplet: 74, BB and AC. RGB value is (116,187,172). Sum of RGB (Red+Green+Blue) = 116+187+172=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #74BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BBAC is #8B4453. Grayscale: #A4A4A4. Windows color (decimal): -9126996 or 11320180. OLE color: 11320180.

HSL color Cylindrical-coordinate representation of color #74BBAC: hue angle of 167.32º 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 #74BBAC is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 187 172 -
CMYK 0.38 0 0.08 0.27
HSL 167.32º 0.34% 0.59% -
HSV(B) 167.32º 0.38% 0.73% -
XYZ 32.42 42.23 45.47 -
YUV 164.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 116 187 172 0.38 0 0.08 0.27 167.32 0.34 0.59
Hex 74 BB AC 26 0 8 1B A7 22 3B
Octal 164 273 254 46 0 10 33 247 42 73
Binary 1110100 10111011 10101100 100110 0 1000 11011 10100111 100010 111011

Color Harmonies of #74BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBAC

Black with #74BBAC

Text Example


Text Example

White with #74BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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