Html Css Color HEX #7FB1AF Neptune

📋 copy color: '#7FB1AF'

red 127 ◦ green 177 ◦ blue 175

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

Shades of Neptune #7FB1AF

Tints of Neptune #7FB1AF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 26.51%
G = 36.95%
B = 36.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#7FB1AF (or 0x7FB1AF) is known color: Neptune. HEX triplet: 7F, B1 and AF. RGB value is (127,177,175). Sum of RGB (Red+Green+Blue) = 127+177+175=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB1AF is #804E50. Grayscale: #A1A1A1. Windows color (decimal): -8408657 or 11514239. OLE color: 11514239.

HSL color Cylindrical-coordinate representation of color #7FB1AF: hue angle of 177.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB1AF is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 177 175 -
CMYK 0.28 0 0.01 0.31
HSL 177.6º 0.24% 0.6% -
HSV(B) 177.6º 0.28% 0.69% -
XYZ 32.21 39.05 46.4 -
YUV 161.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 127 177 175 0.28 0 0.01 0.31 177.6 0.24 0.6
Hex 7F B1 AF 1C 0 1 1F B2 18 3C
Octal 177 261 257 34 0 1 37 262 30 74
Binary 1111111 10110001 10101111 11100 0 1 11111 10110010 11000 111100

Color Harmonies of #7FB1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB1AF

Black with #7FB1AF

Text Example


Text Example

White with #7FB1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,177,175); }

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

background-color css

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

 a { background-color: rgb(127,177,175); }

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

border-color css

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

 span { border-color: rgb(127,177,175); }

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