#76BDA8

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

Shades of Gulf Stream #76BDA8

Tints of Gulf Stream #76BDA8

Color information

#76BDA8 (or 0x76BDA8) is unknown color: approx Gulf Stream. HEX triplet: 76, BD and A8. RGB value is (118,189,168). Sum of RGB (Red+Green+Blue) = 118+189+168=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BDA8 is #894257. Grayscale: #A5A5A5. Windows color (decimal): -8995416 or 11058550. OLE color: 11058550.

HSL color Cylindrical-coordinate representation of color #76BDA8: hue angle of 162.25º 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 #76BDA8 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB118189168-
CMYK0.3800.110.26
HSL162.25º34.98%60.2%-
HSV(B)162.25º37.57%74.12%-
XYZ32.7443.0743.63-
YUV165.38129.4894.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=24.84%
G=39.79%
B=35.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181891680.3800.110.26162.2534.9860.2
Hex76BDA8260B1Aa2233c
Octal16627525046013322424374
Binary11101101011110110101000100110010111101010100010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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