#188889

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

Shades of Dark Cyan #188889

Tints of Dark Cyan #188889

Color information

#188889 (or 0x188889) is unknown color: approx Dark Cyan. HEX triplet: 18, 88 and 89. RGB value is (24,136,137). Sum of RGB (Red+Green+Blue) = 24+136+137=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #188889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188889 is #E77776. Grayscale: #666666. Windows color (decimal): -15169399 or 9013272. OLE color: 9013272.

HSL color Cylindrical-coordinate representation of color #188889: hue angle of 180.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188889 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB24136137-
CMYK0.820.0100.46
HSL180.53º70.19%31.57%-
HSV(B)180.53º82.48%53.73%-
XYZ13.719.6126.73-
YUV102.63147.3971.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=8.08%
G=45.79%
B=46.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241361370.820.0100.46180.5370.1931.57
Hex18888952102Eb54620
Octal30210211122105626510640
Binary110001000100010001001101001010101110101101011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188889; }

 p { color: rgb(24,136,137); }

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

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

 a { background-color: rgb(24,136,137); }

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

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

 span { border-color: rgb(24,136,137); }

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