Html Css Color HEX #76AAAE Neptune

📋 copy color: '#76AAAE'

red 118 ◦ green 170 ◦ blue 174

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

Shades of Neptune #76AAAE

Tints of Neptune #76AAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.8%

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

R = 25.54%
G = 36.8%
B = 37.66%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#76AAAE (or 0x76AAAE) is known color: Neptune. HEX triplet: 76, AA and AE. RGB value is (118,170,174). Sum of RGB (Red+Green+Blue) = 118+170+174=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #76AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAAE is #895551. Grayscale: #9A9A9A. Windows color (decimal): -9000274 or 11446902. OLE color: 11446902.

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

Color convert

RGB 118 170 174 -
CMYK 0.32 0.02 0 0.32
HSL 184.29º 0.26% 0.57% -
HSV(B) 184.29º 0.32% 0.68% -
XYZ 29.49 35.66 45.37 -
YUV 154.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 118 170 174 0.32 0.02 0 0.32 184.29 0.26 0.57
Hex 76 AA AE 20 2 0 20 B8 1A 39
Octal 166 252 256 40 2 0 40 270 32 71
Binary 1110110 10101010 10101110 100000 10 0 100000 10111000 11010 111001

Color Harmonies of #76AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AAAE

Black with #76AAAE

Text Example


Text Example

White with #76AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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