#187F86

Color #187F86 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #187F86

Tints of Atoll #187F86

Color information

#187F86 (or 0x187F86) is unknown color: approx Atoll. HEX triplet: 18, 7F and 86. RGB value is (24,127,134). Sum of RGB (Red+Green+Blue) = 24+127+134=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #187F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187F86 is #E78079. Grayscale: #606060. Windows color (decimal): -15171706 or 8814360. OLE color: 8814360.

HSL color Cylindrical-coordinate representation of color #187F86: hue angle of 183.82º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187F86 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB24127134-
CMYK0.820.0500.47
HSL183.82º69.62%30.98%-
HSV(B)183.82º82.09%52.55%-
XYZ12.2717.0925.21-
YUV97148.8875.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.42%
GREEN value IS 127 (50% from 255) = 44.56%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=8.42%
G=44.56%
B=47.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241271340.820.0500.47183.8269.6230.98
Hex187F8652502Fb8461f
Octal30177206122505727010637
Binary110001111111100001101010010101010111110111000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187F86; }

 p { color: rgb(24,127,134); }

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

<style>
 a { background-color: #187F86; }

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

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

<style>
 span { border-color: #187F86; }

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

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