#188487

Color #188487 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #188487

Tints of Dark Cyan #188487

Color information

#188487 (or 0x188487) is unknown color: approx Dark Cyan. HEX triplet: 18, 84 and 87. RGB value is (24,132,135). Sum of RGB (Red+Green+Blue) = 24+132+135=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #188487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188487 is #E77B78. Grayscale: #636363. Windows color (decimal): -15170425 or 8881176. OLE color: 8881176.

HSL color Cylindrical-coordinate representation of color #188487: hue angle of 181.62º 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 #188487 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB24132135-
CMYK0.820.0200.47
HSL181.62º69.81%31.18%-
HSV(B)181.62º82.22%52.94%-
XYZ1318.4525.8-
YUV100.05147.7273.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.25%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=8.25%
G=45.36%
B=46.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241321350.820.0200.47181.6269.8131.18
Hex18848752202Fb6461f
Octal30204207122205726610637
Binary110001000010010000111101001010010111110110110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188487; }

 p { color: rgb(24,132,135); }

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

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

 a { background-color: rgb(24,132,135); }

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

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

 span { border-color: rgb(24,132,135); }

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