Html Css Color HEX #76ABAB Neptune

📋 copy color: '#76ABAB'

red 118 ◦ green 171 ◦ blue 171

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

Shades of Neptune #76ABAB

Tints of Neptune #76ABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 25.65%
G = 37.17%
B = 37.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#76ABAB (or 0x76ABAB) is known color: Neptune. HEX triplet: 76, AB and AB. RGB value is (118,171,171). Sum of RGB (Red+Green+Blue) = 118+171+171=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #76ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ABAB is #895454. Grayscale: #9B9B9B. Windows color (decimal): -9000021 or 11250550. OLE color: 11250550.

HSL color Cylindrical-coordinate representation of color #76ABAB: hue angle of 180º 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 #76ABAB is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 171 -
CMYK 0.31 0 0 0.33
HSL 180º 0.24% 0.57% -
HSV(B) 180º 0.31% 0.67% -
XYZ 29.38 35.92 43.91 -
YUV 155.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 118 171 171 0.31 0 0 0.33 180 0.24 0.57
Hex 76 AB AB 1F 0 0 21 B4 18 39
Octal 166 253 253 37 0 0 41 264 30 71
Binary 1110110 10101011 10101011 11111 0 0 100001 10110100 11000 111001

Color Harmonies of #76ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABAB

Black with #76ABAB

Text Example


Text Example

White with #76ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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