Html Css Color HEX #7AACAA Neptune

📋 copy color: '#7AACAA'

red 122 ◦ green 172 ◦ blue 170

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

Shades of Neptune #7AACAA

Tints of Neptune #7AACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 26.29%
G = 37.07%
B = 36.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#7AACAA (or 0x7AACAA) is known color: Neptune. HEX triplet: 7A, AC and AA. RGB value is (122,172,170). Sum of RGB (Red+Green+Blue) = 122+172+170=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #7AACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AACAA is #855355. Grayscale: #9C9C9C. Windows color (decimal): -8737622 or 11185274. OLE color: 11185274.

HSL color Cylindrical-coordinate representation of color #7AACAA: hue angle of 177.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AACAA is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 172 170 -
CMYK 0.29 0 0.01 0.33
HSL 177.6º 0.23% 0.58% -
HSV(B) 177.6º 0.29% 0.67% -
XYZ 30.03 36.54 43.5 -
YUV 156.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 122 172 170 0.29 0 0.01 0.33 177.6 0.23 0.58
Hex 7A AC AA 1D 0 1 21 B2 17 3A
Octal 172 254 252 35 0 1 41 262 27 72
Binary 1111010 10101100 10101010 11101 0 1 100001 10110010 10111 111010

Color Harmonies of #7AACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACAA

Black with #7AACAA

Text Example


Text Example

White with #7AACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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