Html Css Color HEX #7AA29E Neptune

📋 copy color: '#7AA29E'

red 122 ◦ green 162 ◦ blue 158

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

Shades of Neptune #7AA29E

Tints of Neptune #7AA29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 27.6%
G = 36.65%
B = 35.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#7AA29E (or 0x7AA29E) is known color: Neptune. HEX triplet: 7A, A2 and 9E. RGB value is (122,162,158). Sum of RGB (Red+Green+Blue) = 122+162+158=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA29E is #855D61. Grayscale: #959595. Windows color (decimal): -8740194 or 10396282. OLE color: 10396282.

HSL color Cylindrical-coordinate representation of color #7AA29E: hue angle of 174º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7AA29E is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 162 158 -
CMYK 0.25 0 0.02 0.36
HSL 174º 0.18% 0.56% -
HSV(B) 174º 0.25% 0.64% -
XYZ 27.12 32.45 37.18 -
YUV 149.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 122 162 158 0.25 0 0.02 0.36 174 0.18 0.56
Hex 7A A2 9E 19 0 2 24 AE 12 38
Octal 172 242 236 31 0 2 44 256 22 70
Binary 1111010 10100010 10011110 11001 0 10 100100 10101110 10010 111000

Color Harmonies of #7AA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA29E

Black with #7AA29E

Text Example


Text Example

White with #7AA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,162,158); }

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

background-color css

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

 a { background-color: rgb(122,162,158); }

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

border-color css

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

 span { border-color: rgb(122,162,158); }

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