#187D82

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

Shades of Atoll #187D82

Tints of Atoll #187D82

Color information

#187D82 (or 0x187D82) is unknown color: approx Atoll. HEX triplet: 18, 7D and 82. RGB value is (24,125,130). Sum of RGB (Red+Green+Blue) = 24+125+130=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #187D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187D82 is #E7827D. Grayscale: #5F5F5F. Windows color (decimal): -15172222 or 8551704. OLE color: 8551704.

HSL color Cylindrical-coordinate representation of color #187D82: hue angle of 182.83º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187D82 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB24125130-
CMYK0.820.0400.49
HSL182.83º68.83%30.2%-
HSV(B)182.83º81.54%50.98%-
XYZ11.7416.4723.68-
YUV95.37147.5477.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 125 (49.22% from 255) = 44.80%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=8.60%
G=44.80%
B=46.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241251300.820.0400.49182.8368.8330.2
Hex187D82524031b7451e
Octal30175202122406126710536
Binary110001111101100000101010010100011000110110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,125,130); }

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

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

 a { background-color: rgb(24,125,130); }

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

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

 span { border-color: rgb(24,125,130); }

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