Html Css Color HEX #76A2AC Neptune

📋 copy color: '#76A2AC'

red 118 ◦ green 162 ◦ blue 172

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

Shades of Neptune #76A2AC

Tints of Neptune #76A2AC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 26.11%
G = 35.84%
B = 38.05%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#76A2AC (or 0x76A2AC) is known color: Neptune. HEX triplet: 76, A2 and AC. RGB value is (118,162,172). Sum of RGB (Red+Green+Blue) = 118+162+172=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #76A2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A2AC is #895D53. Grayscale: #959595. Windows color (decimal): -9002324 or 11313782. OLE color: 11313782.

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

Color convert

RGB 118 162 172 -
CMYK 0.31 0.06 0 0.33
HSL 191.11º 0.25% 0.57% -
HSV(B) 191.11º 0.31% 0.67% -
XYZ 27.84 32.67 43.87 -
YUV 149.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 118 162 172 0.31 0.06 0 0.33 191.11 0.25 0.57
Hex 76 A2 AC 1F 6 0 21 BF 19 39
Octal 166 242 254 37 6 0 41 277 31 71
Binary 1110110 10100010 10101100 11111 110 0 100001 10111111 11001 111001

Color Harmonies of #76A2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A2AC

Black with #76A2AC

Text Example


Text Example

White with #76A2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,162,172); }

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

background-color css

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

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

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

border-color css

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

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

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