Html Css Color HEX #7AABAB Neptune

📋 copy color: '#7AABAB'

red 122 ◦ green 171 ◦ blue 171

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

Shades of Neptune #7AABAB

Tints of Neptune #7AABAB

RGB

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

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

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

R = 26.29%
G = 36.85%
B = 36.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7AABAB (or 0x7AABAB) is known color: Neptune. HEX triplet: 7A, AB and AB. RGB value is (122,171,171). Sum of RGB (Red+Green+Blue) = 122+171+171=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #7AABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AABAB is #855454. Grayscale: #9C9C9C. Windows color (decimal): -8737877 or 11250554. OLE color: 11250554.

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

Color convert

RGB 122 171 171 -
CMYK 0.29 0 0 0.33
HSL 180º 0.23% 0.57% -
HSV(B) 180º 0.29% 0.67% -
XYZ 29.94 36.2 43.94 -
YUV 156.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 122 171 171 0.29 0 0 0.33 180 0.23 0.57
Hex 7A AB AB 1D 0 0 21 B4 17 39
Octal 172 253 253 35 0 0 41 264 27 71
Binary 1111010 10101011 10101011 11101 0 0 100001 10110100 10111 111001

Color Harmonies of #7AABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AABAB

Black with #7AABAB

Text Example


Text Example

White with #7AABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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