Html Css Color HEX #7AA6AB Neptune

📋 copy color: '#7AA6AB'

red 122 ◦ green 166 ◦ blue 171

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

Shades of Neptune #7AA6AB

Tints of Neptune #7AA6AB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.17%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 26.58%
G = 36.17%
B = 37.25%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7AA6AB (or 0x7AA6AB) is known color: Neptune. HEX triplet: 7A, A6 and AB. RGB value is (122,166,171). Sum of RGB (Red+Green+Blue) = 122+166+171=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #7AA6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA6AB is #855954. Grayscale: #999999. Windows color (decimal): -8739157 or 11249274. OLE color: 11249274.

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

Color convert

RGB 122 166 171 -
CMYK 0.29 0.03 0 0.33
HSL 186.12º 0.23% 0.57% -
HSV(B) 186.12º 0.29% 0.67% -
XYZ 29.01 34.35 43.63 -
YUV 153.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 122 166 171 0.29 0.03 0 0.33 186.12 0.23 0.57
Hex 7A A6 AB 1D 3 0 21 BA 17 39
Octal 172 246 253 35 3 0 41 272 27 71
Binary 1111010 10100110 10101011 11101 11 0 100001 10111010 10111 111001

Color Harmonies of #7AA6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA6AB

Black with #7AA6AB

Text Example


Text Example

White with #7AA6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,166,171); }

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

background-color css

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

 a { background-color: rgb(122,166,171); }

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

border-color css

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

 span { border-color: rgb(122,166,171); }

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