Html Css Color HEX #7AABAC Neptune

📋 copy color: '#7AABAC'

red 122 ◦ green 171 ◦ blue 172

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

Shades of Neptune #7AABAC

Tints of Neptune #7AABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

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

R = 26.24%
G = 36.77%
B = 36.99%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7AABAC (or 0x7AABAC) is known color: Neptune. HEX triplet: 7A, AB and AC. RGB value is (122,171,172). Sum of RGB (Red+Green+Blue) = 122+171+172=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #7AABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AABAC is #855453. Grayscale: #9C9C9C. Windows color (decimal): -8737876 or 11316090. OLE color: 11316090.

HSL color Cylindrical-coordinate representation of color #7AABAC: hue angle of 181.2º 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 #7AABAC is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 171 172 -
CMYK 0.29 0.01 0 0.33
HSL 181.2º 0.23% 0.58% -
HSV(B) 181.2º 0.29% 0.67% -
XYZ 30.04 36.24 44.44 -
YUV 156.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 122 171 172 0.29 0.01 0 0.33 181.2 0.23 0.58
Hex 7A AB AC 1D 1 0 21 B5 17 3A
Octal 172 253 254 35 1 0 41 265 27 72
Binary 1111010 10101011 10101100 11101 1 0 100001 10110101 10111 111010

Color Harmonies of #7AABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AABAC

Black with #7AABAC

Text Example


Text Example

White with #7AABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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