Html Css Color HEX #76ADA6 Gulf Stream

📋 copy color: '#76ADA6'

red 118 ◦ green 173 ◦ blue 166

#76ADA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #76ADA6

Tints of Gulf Stream #76ADA6

RGB

 RED value IS 118 (46.48% from 255) = 25.82%

 GREEN value IS 173 (67.97% from 255) = 37.86%

 BLUE value IS 166 (65.23% from 255) = 36.32%

R = 25.82%
G = 37.86%
B = 36.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#76ADA6 (or 0x76ADA6) is known color: Gulf Stream. HEX triplet: 76, AD and A6. RGB value is (118,173,166). Sum of RGB (Red+Green+Blue) = 118+173+166=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #76ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ADA6 is #895259. Grayscale: #9B9B9B. Windows color (decimal): -8999514 or 10923382. OLE color: 10923382.

HSL color Cylindrical-coordinate representation of color #76ADA6: hue angle of 172.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76ADA6 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 166 -
CMYK 0.32 0 0.04 0.32
HSL 172.36º 0.25% 0.57% -
HSV(B) 172.36º 0.32% 0.68% -
XYZ 29.3 36.49 41.58 -
YUV 155.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 118 173 166 0.32 0 0.04 0.32 172.36 0.25 0.57
Hex 76 AD A6 20 0 4 20 AC 19 39
Octal 166 255 246 40 0 4 40 254 31 71
Binary 1110110 10101101 10100110 100000 0 100 100000 10101100 11001 111001

Color Harmonies of #76ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ADA6

Black with #76ADA6

Text Example


Text Example

White with #76ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,166); }

 H1.HeaderClassName
 {
   color: #76ADA6;
 }
 .AnyTagClassName
 {
   color: #76ADA6;
 }
</style>

background-color css

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

 a { background-color: rgb(118,173,166); }

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

border-color css

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

 span { border-color: rgb(118,173,166); }

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