Html Css Color HEX #7FACAB Neptune

📋 copy color: '#7FACAB'

red 127 ◦ green 172 ◦ blue 171

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

Shades of Neptune #7FACAB

Tints of Neptune #7FACAB

RGB

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

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

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

R = 27.02%
G = 36.6%
B = 36.38%

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

#7FACAB (or 0x7FACAB) is known color: Neptune. HEX triplet: 7F, AC and AB. RGB value is (127,172,171). Sum of RGB (Red+Green+Blue) = 127+172+171=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #7FACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACAB is #805354. Grayscale: #9E9E9E. Windows color (decimal): -8409941 or 11250815. OLE color: 11250815.

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

Color convert

RGB 127 172 171 -
CMYK 0.26 0 0.01 0.33
HSL 178.67º 0.21% 0.59% -
HSV(B) 178.67º 0.26% 0.67% -
XYZ 30.86 36.96 44.04 -
YUV 158.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 127 172 171 0.26 0 0.01 0.33 178.67 0.21 0.59
Hex 7F AC AB 1A 0 1 21 B3 15 3B
Octal 177 254 253 32 0 1 41 263 25 73
Binary 1111111 10101100 10101011 11010 0 1 100001 10110011 10101 111011

Color Harmonies of #7FACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACAB

Black with #7FACAB

Text Example


Text Example

White with #7FACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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