Html Css Color HEX #7AADAA Neptune

📋 copy color: '#7AADAA'

red 122 ◦ green 173 ◦ blue 170

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

Shades of Neptune #7AADAA

Tints of Neptune #7AADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

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

R = 26.24%
G = 37.2%
B = 36.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#7AADAA (or 0x7AADAA) is known color: Neptune. HEX triplet: 7A, AD and AA. RGB value is (122,173,170). Sum of RGB (Red+Green+Blue) = 122+173+170=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #7AADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AADAA is #855255. Grayscale: #9D9D9D. Windows color (decimal): -8737366 or 11185530. OLE color: 11185530.

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

Color convert

RGB 122 173 170 -
CMYK 0.29 0 0.02 0.32
HSL 176.47º 0.24% 0.58% -
HSV(B) 176.47º 0.29% 0.68% -
XYZ 30.23 36.93 43.56 -
YUV 157.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 122 173 170 0.29 0 0.02 0.32 176.47 0.24 0.58
Hex 7A AD AA 1D 0 2 20 B0 18 3A
Octal 172 255 252 35 0 2 40 260 30 72
Binary 1111010 10101101 10101010 11101 0 10 100000 10110000 11000 111010

Color Harmonies of #7AADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADAA

Black with #7AADAA

Text Example


Text Example

White with #7AADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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