#74B6B4

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

Shades of Gulf Stream #74B6B4

Tints of Gulf Stream #74B6B4

Color information

#74B6B4 (or 0x74B6B4) is unknown color: approx Gulf Stream. HEX triplet: 74, B6 and B4. RGB value is (116,182,180). Sum of RGB (Red+Green+Blue) = 116+182+180=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #74B6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B6B4 is #8B494B. Grayscale: #A1A1A1. Windows color (decimal): -9128268 or 11843188. OLE color: 11843188.

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

Color convert

RGB116182180-
CMYK0.3600.010.29
HSL178.18º31.13%58.43%-
HSV(B)178.18º36.26%71.37%-
XYZ32.1740.4649.29-
YUV162.04138.1395.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.27%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=24.27%
G=38.08%
B=37.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161821800.3600.010.29178.1831.1358.43
Hex74B6B424011Db21f3a
Octal1642662644401352623772
Binary1110100101101101011010010010001111011011001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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