Html Css Color HEX #7FB0AF Neptune

📋 copy color: '#7FB0AF'

red 127 ◦ green 176 ◦ blue 175

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

Shades of Neptune #7FB0AF

Tints of Neptune #7FB0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

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

R = 26.57%
G = 36.82%
B = 36.61%

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

#7FB0AF (or 0x7FB0AF) is known color: Neptune. HEX triplet: 7F, B0 and AF. RGB value is (127,176,175). Sum of RGB (Red+Green+Blue) = 127+176+175=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB0AF is #804F50. Grayscale: #A1A1A1. Windows color (decimal): -8408913 or 11513983. OLE color: 11513983.

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

Color convert

RGB 127 176 175 -
CMYK 0.28 0 0.01 0.31
HSL 178.78º 0.24% 0.59% -
HSV(B) 178.78º 0.28% 0.69% -
XYZ 32.02 38.66 46.33 -
YUV 161.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 127 176 175 0.28 0 0.01 0.31 178.78 0.24 0.59
Hex 7F B0 AF 1C 0 1 1F B3 18 3B
Octal 177 260 257 34 0 1 37 263 30 73
Binary 1111111 10110000 10101111 11100 0 1 11111 10110011 11000 111011

Color Harmonies of #7FB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB0AF

Black with #7FB0AF

Text Example


Text Example

White with #7FB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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