#187F85

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

Shades of Atoll #187F85

Tints of Atoll #187F85

Color information

#187F85 (or 0x187F85) is unknown color: approx Atoll. HEX triplet: 18, 7F and 85. RGB value is (24,127,133). Sum of RGB (Red+Green+Blue) = 24+127+133=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #187F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187F85 is #E7807A. Grayscale: #606060. Windows color (decimal): -15171707 or 8748824. OLE color: 8748824.

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

Color convert

RGB24127133-
CMYK0.820.0500.48
HSL183.3º69.43%30.78%-
HSV(B)183.3º81.95%52.16%-
XYZ12.217.0724.84-
YUV96.89148.3876.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=8.45%
G=44.72%
B=46.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241271330.820.0500.48183.369.4330.78
Hex187F85525030b7451f
Octal30177205122506026710537
Binary110001111111100001011010010101011000010110111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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