Html Css Color HEX #7FABAB Neptune

📋 copy color: '#7FABAB'

red 127 ◦ green 171 ◦ blue 171

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

Shades of Neptune #7FABAB

Tints of Neptune #7FABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

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

R = 27.08%
G = 36.46%
B = 36.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7FABAB (or 0x7FABAB) is known color: Neptune. HEX triplet: 7F, AB and AB. RGB value is (127,171,171). Sum of RGB (Red+Green+Blue) = 127+171+171=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #7FABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FABAB is #805454. Grayscale: #9D9D9D. Windows color (decimal): -8410197 or 11250559. OLE color: 11250559.

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

Color convert

RGB 127 171 171 -
CMYK 0.26 0 0 0.33
HSL 180º 0.21% 0.58% -
HSV(B) 180º 0.26% 0.67% -
XYZ 30.67 36.58 43.97 -
YUV 157.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 127 171 171 0.26 0 0 0.33 180 0.21 0.58
Hex 7F AB AB 1A 0 0 21 B4 15 3A
Octal 177 253 253 32 0 0 41 264 25 72
Binary 1111111 10101011 10101011 11010 0 0 100001 10110100 10101 111010

Color Harmonies of #7FABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FABAB

Black with #7FABAB

Text Example


Text Example

White with #7FABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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