Html Css Color HEX #76ADB0 Neptune

📋 copy color: '#76ADB0'

red 118 ◦ green 173 ◦ blue 176

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

Shades of Neptune #76ADB0

Tints of Neptune #76ADB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 25.27%
G = 37.04%
B = 37.69%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#76ADB0 (or 0x76ADB0) is known color: Neptune. HEX triplet: 76, AD and B0. RGB value is (118,173,176). Sum of RGB (Red+Green+Blue) = 118+173+176=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 176 - color contains mainly: blue. Hex color #76ADB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ADB0 is #89524F. Grayscale: #9C9C9C. Windows color (decimal): -8999504 or 11578742. OLE color: 11578742.

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

Color convert

RGB 118 173 176 -
CMYK 0.33 0.02 0 0.31
HSL 183.1º 0.27% 0.58% -
HSV(B) 183.1º 0.33% 0.69% -
XYZ 30.25 36.87 46.6 -
YUV 156.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 118 173 176 0.33 0.02 0 0.31 183.1 0.27 0.58
Hex 76 AD B0 21 2 0 1F B7 1B 3A
Octal 166 255 260 41 2 0 37 267 33 72
Binary 1110110 10101101 10110000 100001 10 0 11111 10110111 11011 111010

Color Harmonies of #76ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ADB0

Black with #76ADB0

Text Example


Text Example

White with #76ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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