#76B8B5

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

Shades of Gulf Stream #76B8B5

Tints of Gulf Stream #76B8B5

Color information

#76B8B5 (or 0x76B8B5) is unknown color: approx Gulf Stream. HEX triplet: 76, B8 and B5. RGB value is (118,184,181). Sum of RGB (Red+Green+Blue) = 118+184+181=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #76B8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B8B5 is #89474A. Grayscale: #A3A3A3. Windows color (decimal): -8996683 or 11909238. OLE color: 11909238.

HSL color Cylindrical-coordinate representation of color #76B8B5: hue angle of 177.27º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B8B5 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB118184181-
CMYK0.3600.020.28
HSL177.27º31.73%59.22%-
HSV(B)177.27º35.87%72.16%-
XYZ32.9541.4749.98-
YUV163.92137.6395.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.43%
GREEN value IS 184 (72.27% from 255) = 38.10%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=24.43%
G=38.10%
B=37.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181841810.3600.020.28177.2731.7359.22
Hex76B8B524021Cb1203b
Octal1662702654402342614073
Binary111011010111000101101011001000101110010110001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,184,181); }

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

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

 a { background-color: rgb(118,184,181); }

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

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

 span { border-color: rgb(118,184,181); }

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