Html Css Color HEX #76AEAE Neptune

📋 copy color: '#76AEAE'

red 118 ◦ green 174 ◦ blue 174

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

Shades of Neptune #76AEAE

Tints of Neptune #76AEAE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

 BLUE value IS 174 (68.36% from 255) = 37.34%

R = 25.32%
G = 37.34%
B = 37.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#76AEAE (or 0x76AEAE) is known color: Neptune. HEX triplet: 76, AE and AE. RGB value is (118,174,174). Sum of RGB (Red+Green+Blue) = 118+174+174=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #76AEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AEAE is #895151. Grayscale: #9D9D9D. Windows color (decimal): -8999250 or 11447926. OLE color: 11447926.

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

Color convert

RGB 118 174 174 -
CMYK 0.32 0 0 0.32
HSL 180º 0.26% 0.57% -
HSV(B) 180º 0.32% 0.68% -
XYZ 30.25 37.18 45.63 -
YUV 157.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 118 174 174 0.32 0 0 0.32 180 0.26 0.57
Hex 76 AE AE 20 0 0 20 B4 1A 39
Octal 166 256 256 40 0 0 40 264 32 71
Binary 1110110 10101110 10101110 100000 0 0 100000 10110100 11010 111001

Color Harmonies of #76AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AEAE

Black with #76AEAE

Text Example


Text Example

White with #76AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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