#74BDA4

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

Shades of Gulf Stream #74BDA4

Tints of Gulf Stream #74BDA4

Color information

#74BDA4 (or 0x74BDA4) is unknown color: approx Gulf Stream. HEX triplet: 74, BD and A4. RGB value is (116,189,164). Sum of RGB (Red+Green+Blue) = 116+189+164=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #74BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BDA4 is #8B425B. Grayscale: #A4A4A4. Windows color (decimal): -9126492 or 10796404. OLE color: 10796404.

HSL color Cylindrical-coordinate representation of color #74BDA4: hue angle of 159.45º 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 #74BDA4 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB116189164-
CMYK0.3900.130.26
HSL159.45º35.61%59.8%-
HSV(B)159.45º38.62%74.12%-
XYZ32.142.7941.69-
YUV164.32127.8293.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.73%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=24.73%
G=40.30%
B=34.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161891640.3900.130.26159.4535.6159.8
Hex74BDA4270D1A9f243c
Octal16427524447015322374474
Binary11101001011110110100100100111011011101010011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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