Html Css Color HEX #7AAEAC Neptune

📋 copy color: '#7AAEAC'

red 122 ◦ green 174 ◦ blue 172

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

Shades of Neptune #7AAEAC

Tints of Neptune #7AAEAC

RGB

 RED value IS 122 (48.05% from 255) = 26.07%

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

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

R = 26.07%
G = 37.18%
B = 36.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#7AAEAC (or 0x7AAEAC) is known color: Neptune. HEX triplet: 7A, AE and AC. RGB value is (122,174,172). Sum of RGB (Red+Green+Blue) = 122+174+172=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAEAC is #855153. Grayscale: #9E9E9E. Windows color (decimal): -8737108 or 11316858. OLE color: 11316858.

HSL color Cylindrical-coordinate representation of color #7AAEAC: hue angle of 177.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAEAC is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 174 172 -
CMYK 0.30 0 0.01 0.32
HSL 177.69º 0.24% 0.58% -
HSV(B) 177.69º 0.3% 0.68% -
XYZ 30.61 37.39 44.63 -
YUV 158.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 122 174 172 0.30 0 0.01 0.32 177.69 0.24 0.58
Hex 7A AE AC 1E 0 1 20 B2 18 3A
Octal 172 256 254 36 0 1 40 262 30 72
Binary 1111010 10101110 10101100 11110 0 1 100000 10110010 11000 111010

Color Harmonies of #7AAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAEAC

Black with #7AAEAC

Text Example


Text Example

White with #7AAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AAEAC; }

 p { color: rgb(122,174,172); }

 H1.HeaderClassName
 {
   color: #7AAEAC;
 }
 .AnyTagClassName
 {
   color: #7AAEAC;
 }
</style>

background-color css

<style>
 a { background-color: #7AAEAC; }

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

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

border-color css

<style>
 span { border-color: #7AAEAC; }

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

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