#74BDA6

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

Shades of Gulf Stream #74BDA6

Tints of Gulf Stream #74BDA6

Color information

#74BDA6 (or 0x74BDA6) is unknown color: approx Gulf Stream. HEX triplet: 74, BD and A6. RGB value is (116,189,166). Sum of RGB (Red+Green+Blue) = 116+189+166=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #74BDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BDA6 is #8B4259. Grayscale: #A4A4A4. Windows color (decimal): -9126490 or 10927476. OLE color: 10927476.

HSL color Cylindrical-coordinate representation of color #74BDA6: hue angle of 161.1º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BDA6 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB116189166-
CMYK0.3900.120.26
HSL161.1º35.61%59.8%-
HSV(B)161.1º38.62%74.12%-
XYZ32.2842.8642.65-
YUV164.55128.8293.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.63%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=24.63%
G=40.13%
B=35.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161891660.3900.120.26161.135.6159.8
Hex74BDA6270C1Aa1243c
Octal16427524647014322414474
Binary11101001011110110100110100111011001101010100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,189,166); }

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

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

 a { background-color: rgb(116,189,166); }

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

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

 span { border-color: rgb(116,189,166); }

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