#76BDA2

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

Shades of Gulf Stream #76BDA2

Tints of Gulf Stream #76BDA2

Color information

#76BDA2 (or 0x76BDA2) is unknown color: approx Gulf Stream. HEX triplet: 76, BD and A2. RGB value is (118,189,162). Sum of RGB (Red+Green+Blue) = 118+189+162=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BDA2 is #89425D. Grayscale: #A4A4A4. Windows color (decimal): -8995422 or 10665334. OLE color: 10665334.

HSL color Cylindrical-coordinate representation of color #76BDA2: hue angle of 157.18º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BDA2 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB118189162-
CMYK0.3800.140.26
HSL157.18º34.98%60.2%-
HSV(B)157.18º37.57%74.12%-
XYZ32.1942.8640.76-
YUV164.69126.4894.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.16%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=25.16%
G=40.30%
B=34.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181891620.3800.140.26157.1834.9860.2
Hex76BDA2260E1A9d233c
Octal16627524246016322354374
Binary11101101011110110100010100110011101101010011101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BDA2; }

 p { color: rgb(118,189,162); }

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

<style>
 a { background-color: #76BDA2; }

 a { background-color: rgb(118,189,162); }

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

<style>
 span { border-color: #76BDA2; }

 span { border-color: rgb(118,189,162); }

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