#187f80

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

Shades of Atoll #187F80

Tints of Atoll #187F80

Color information

#187F80 (or 0x187F80) is unknown color: approx Atoll. HEX triplet: 18, 7F and 80. RGB value is (24,127,128). Sum of RGB (Red+Green+Blue) = 24+127+128=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #187F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187F80 is #E7807F. Grayscale: #606060. Windows color (decimal): -15171712 or 8421144. OLE color: 8421144.

HSL color Cylindrical-coordinate representation of color #187F80: hue angle of 180.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187F80 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB24127128-
CMYK0.810.0100.50
HSL180.58º68.42%29.8%-
HSV(B)180.58º81.25%50.2%-
XYZ11.8616.9323.06-
YUV96.32145.8876.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=8.60%
G=45.52%
B=45.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal241271280.810.0100.50180.5868.4229.8
Hex187F80511032b5441e
Octal30177200121106226510436
Binary1100011111111000000010100011011001010110101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187f80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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