#188E83

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

Shades of Dark Cyan #188E83

Tints of Dark Cyan #188E83

Color information

#188E83 (or 0x188E83) is unknown color: approx Dark Cyan. HEX triplet: 18, 8E and 83. RGB value is (24,142,131). Sum of RGB (Red+Green+Blue) = 24+142+131=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #188E83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188E83 is #E7717C. Grayscale: #696969. Windows color (decimal): -15167869 or 8621592. OLE color: 8621592.

HSL color Cylindrical-coordinate representation of color #188E83: hue angle of 174.41º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188E83 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB24142131-
CMYK0.8300.080.44
HSL174.41º71.08%32.55%-
HSV(B)174.41º83.1%55.69%-
XYZ14.1521.1824.82-
YUV105.46142.4169.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 142 (55.86% from 255) = 47.81%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=8.08%
G=47.81%
B=44.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241421310.8300.080.44174.4171.0832.55
Hex188E8353082Cae4721
Octal302162031230105425610741
Binary110001000111010000011101001101000101100101011101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188E83; }

 p { color: rgb(24,142,131); }

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

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

 a { background-color: rgb(24,142,131); }

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

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

 span { border-color: rgb(24,142,131); }

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