Html Css Color HEX #7AACAB Neptune

📋 copy color: '#7AACAB'

red 122 ◦ green 172 ◦ blue 171

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

Shades of Neptune #7AACAB

Tints of Neptune #7AACAB

RGB

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

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

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

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

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

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

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

Color convert

RGB 122 172 171 -
CMYK 0.29 0 0.01 0.33
HSL 178.8º 0.23% 0.58% -
HSV(B) 178.8º 0.29% 0.67% -
XYZ 30.13 36.58 44 -
YUV 156.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 122 172 171 0.29 0 0.01 0.33 178.8 0.23 0.58
Hex 7A AC AB 1D 0 1 21 B3 17 3A
Octal 172 254 253 35 0 1 41 263 27 72
Binary 1111010 10101100 10101011 11101 0 1 100001 10110011 10111 111010

Color Harmonies of #7AACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACAB

Black with #7AACAB

Text Example


Text Example

White with #7AACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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