Html Css Color HEX #7FACAA Neptune

📋 copy color: '#7FACAA'

red 127 ◦ green 172 ◦ blue 170

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

Shades of Neptune #7FACAA

Tints of Neptune #7FACAA

RGB

 RED value IS 127 (50% from 255) = 27.08%

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

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 27.08%
G = 36.67%
B = 36.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#7FACAA (or 0x7FACAA) is known color: Neptune. HEX triplet: 7F, AC and AA. RGB value is (127,172,170). Sum of RGB (Red+Green+Blue) = 127+172+170=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #7FACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACAA is #805355. Grayscale: #9E9E9E. Windows color (decimal): -8409942 or 11185279. OLE color: 11185279.

HSL color Cylindrical-coordinate representation of color #7FACAA: hue angle of 177.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FACAA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 170 -
CMYK 0.26 0 0.01 0.33
HSL 177.33º 0.21% 0.59% -
HSV(B) 177.33º 0.26% 0.67% -
XYZ 30.76 36.92 43.54 -
YUV 158.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 127 172 170 0.26 0 0.01 0.33 177.33 0.21 0.59
Hex 7F AC AA 1A 0 1 21 B1 15 3B
Octal 177 254 252 32 0 1 41 261 25 73
Binary 1111111 10101100 10101010 11010 0 1 100001 10110001 10101 111011

Color Harmonies of #7FACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACAA

Black with #7FACAA

Text Example


Text Example

White with #7FACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,170); }

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

background-color css

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

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

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

border-color css

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

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

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