#6FABAB

Color #6FABAB Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #6FABAB

Tints of Neptune #6FABAB

Color information

#6FABAB (or 0x6FABAB) is unknown color: approx Neptune. HEX triplet: 6F, AB and AB. RGB value is (111,171,171). Sum of RGB (Red+Green+Blue) = 111+171+171=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #6FABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FABAB is #905454. Grayscale: #999999. Windows color (decimal): -9458773 or 11250543. OLE color: 11250543.

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

Color convert

RGB111171171-
CMYK0.35000.33
HSL180º26.32%55.29%-
HSV(B)180º35.09%67.06%-
XYZ28.4735.4543.87-
YUV153.06138.1298-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.50%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=24.50%
G=37.75%
B=37.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111711710.35000.3318026.3255.29
Hex6FABAB230021b41a37
Octal1572532534300412643267
Binary11011111010101110101011100011001000011011010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6FABAB;
 }
 .AnyTagClassName
 {
   color: #6FABAB;
 }
</style>
background-color css

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

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

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

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

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

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