#74B6AF

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

Shades of Gulf Stream #74B6AF

Tints of Gulf Stream #74B6AF

Color information

#74B6AF (or 0x74B6AF) is unknown color: approx Gulf Stream. HEX triplet: 74, B6 and AF. RGB value is (116,182,175). Sum of RGB (Red+Green+Blue) = 116+182+175=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #74B6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B6AF is #8B4950. Grayscale: #A1A1A1. Windows color (decimal): -9128273 or 11515508. OLE color: 11515508.

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

Color convert

RGB116182175-
CMYK0.3600.040.29
HSL173.64º31.13%58.43%-
HSV(B)173.64º36.26%71.37%-
XYZ31.6740.2646.66-
YUV161.47135.6395.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.52%
GREEN value IS 182 (71.48% from 255) = 38.48%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=24.52%
G=38.48%
B=37.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161821750.3600.040.29173.6431.1358.43
Hex74B6AF24041Dae1f3a
Octal1642662574404352563772
Binary111010010110110101011111001000100111011010111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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