Html Css Color HEX #76ABA8 Neptune

📋 copy color: '#76ABA8'

red 118 ◦ green 171 ◦ blue 168

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

Shades of Neptune #76ABA8

Tints of Neptune #76ABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 25.82%
G = 37.42%
B = 36.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#76ABA8 (or 0x76ABA8) is known color: Neptune. HEX triplet: 76, AB and A8. RGB value is (118,171,168). Sum of RGB (Red+Green+Blue) = 118+171+168=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #76ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ABA8 is #895457. Grayscale: #9A9A9A. Windows color (decimal): -9000024 or 11053942. OLE color: 11053942.

HSL color Cylindrical-coordinate representation of color #76ABA8: hue angle of 176.6º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76ABA8 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 168 -
CMYK 0.31 0 0.02 0.33
HSL 176.6º 0.24% 0.57% -
HSV(B) 176.6º 0.31% 0.67% -
XYZ 29.1 35.8 42.42 -
YUV 154.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 118 171 168 0.31 0 0.02 0.33 176.6 0.24 0.57
Hex 76 AB A8 1F 0 2 21 B1 18 39
Octal 166 253 250 37 0 2 41 261 30 71
Binary 1110110 10101011 10101000 11111 0 10 100001 10110001 11000 111001

Color Harmonies of #76ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABA8

Black with #76ABA8

Text Example


Text Example

White with #76ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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