#76BDA4

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

Shades of Gulf Stream #76BDA4

Tints of Gulf Stream #76BDA4

Color information

#76BDA4 (or 0x76BDA4) is unknown color: approx Gulf Stream. HEX triplet: 76, BD and A4. RGB value is (118,189,164). Sum of RGB (Red+Green+Blue) = 118+189+164=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BDA4 is #89425B. Grayscale: #A4A4A4. Windows color (decimal): -8995420 or 10796406. OLE color: 10796406.

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

Color convert

RGB118189164-
CMYK0.3800.130.26
HSL158.87º34.98%60.2%-
HSV(B)158.87º37.57%74.12%-
XYZ32.3742.9341.7-
YUV164.92127.4894.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=25.05%
G=40.13%
B=34.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181891640.3800.130.26158.8734.9860.2
Hex76BDA4260D1A9f233c
Octal16627524446015322374374
Binary11101101011110110100100100110011011101010011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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