#8FC0AB

Color #8FC0AB Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #8FC0AB

Tints of Skeptic #8FC0AB

Color information

#8FC0AB (or 0x8FC0AB) is unknown color: approx Skeptic. HEX triplet: 8F, C0 and AB. RGB value is (143,192,171). Sum of RGB (Red+Green+Blue) = 143+192+171=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC0AB is #703F54. Grayscale: #AEAEAE. Windows color (decimal): -7356245 or 11255951. OLE color: 11255951.

HSL color Cylindrical-coordinate representation of color #8FC0AB: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC0AB is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB143192171-
CMYK0.2600.110.25
HSL154.29º28%65.69%-
HSV(B)154.29º25.52%75.29%-
XYZ37.5346.4845.52-
YUV174.96125.77105.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.26%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=28.26%
G=37.94%
B=33.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431921710.2600.110.25154.292865.69
Hex8FC0AB1A0B199a1c42
Octal217300253320133123234102
Binary10001111110000001010101111010010111100110011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC0AB; }

 p { color: rgb(143,192,171); }

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

<style>
 a { background-color: #8FC0AB; }

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

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

<style>
 span { border-color: #8FC0AB; }

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

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