Html Css Color HEX #7AACAC Neptune

📋 copy color: '#7AACAC'

red 122 ◦ green 172 ◦ blue 172

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

Shades of Neptune #7AACAC

Tints of Neptune #7AACAC

RGB

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

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

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

R = 26.18%
G = 36.91%
B = 36.91%

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

#7AACAC (or 0x7AACAC) is known color: Neptune. HEX triplet: 7A, AC and AC. RGB value is (122,172,172). Sum of RGB (Red+Green+Blue) = 122+172+172=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #7AACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AACAC is #855353. Grayscale: #9D9D9D. Windows color (decimal): -8737620 or 11316346. OLE color: 11316346.

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

Color convert

RGB 122 172 172 -
CMYK 0.29 0 0 0.33
HSL 180º 0.23% 0.58% -
HSV(B) 180º 0.29% 0.67% -
XYZ 30.22 36.62 44.51 -
YUV 157.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 122 172 172 0.29 0 0 0.33 180 0.23 0.58
Hex 7A AC AC 1D 0 0 21 B4 17 3A
Octal 172 254 254 35 0 0 41 264 27 72
Binary 1111010 10101100 10101100 11101 0 0 100001 10110100 10111 111010

Color Harmonies of #7AACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACAC

Black with #7AACAC

Text Example


Text Example

White with #7AACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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