#74BBAD

Color #74BBAD Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #74BBAD

Tints of Gulf Stream #74BBAD

Color information

#74BBAD (or 0x74BBAD) is unknown color: approx Gulf Stream. HEX triplet: 74, BB and AD. RGB value is (116,187,173). Sum of RGB (Red+Green+Blue) = 116+187+173=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #74BBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BBAD is #8B4452. Grayscale: #A4A4A4. Windows color (decimal): -9126995 or 11385716. OLE color: 11385716.

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

Color convert

RGB116187173-
CMYK0.3800.070.27
HSL168.17º34.3%59.41%-
HSV(B)168.17º37.97%73.33%-
XYZ32.5242.2745.98-
YUV164.18132.9893.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.37%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=24.37%
G=39.29%
B=36.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161871730.3800.070.27168.1734.359.41
Hex74BBAD26071Ba8223b
Octal1642732554607332504273
Binary1110100101110111010110110011001111101110101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74BBAD;
 }
 .AnyTagClassName
 {
   color: #74BBAD;
 }
</style>
background-color css

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

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

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

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

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

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