#74BEA3

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

Shades of Gulf Stream #74BEA3

Tints of Gulf Stream #74BEA3

Color information

#74BEA3 (or 0x74BEA3) is unknown color: approx Gulf Stream. HEX triplet: 74, BE and A3. RGB value is (116,190,163). Sum of RGB (Red+Green+Blue) = 116+190+163=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEA3 is #8B415C. Grayscale: #A4A4A4. Windows color (decimal): -9126237 or 10731124. OLE color: 10731124.

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

Color convert

RGB116190163-
CMYK0.3900.140.25
HSL158.11º36.27%60%-
HSV(B)158.11º38.95%74.51%-
XYZ32.2343.1841.29-
YUV164.8126.9893.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.73%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=24.73%
G=40.51%
B=34.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901630.3900.140.25158.1136.2760
Hex74BEA3270E199e243c
Octal16427624347016312364474
Binary11101001011111010100011100111011101100110011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,190,163); }

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

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

 a { background-color: rgb(116,190,163); }

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

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

 span { border-color: rgb(116,190,163); }

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