#188190

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

Shades of Dark Cyan #188190

Tints of Dark Cyan #188190

Color information

#188190 (or 0x188190) is unknown color: approx Dark Cyan. HEX triplet: 18, 81 and 90. RGB value is (24,129,144). Sum of RGB (Red+Green+Blue) = 24+129+144=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #188190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188190 is #E77E6F. Grayscale: #636363. Windows color (decimal): -15171184 or 9470232. OLE color: 9470232.

HSL color Cylindrical-coordinate representation of color #188190: hue angle of 187.5º 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 #188190 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB24129144-
CMYK0.830.1000.44
HSL187.5º71.43%32.94%-
HSV(B)187.5º83.33%56.47%-
XYZ13.2617.9129.14-
YUV99.32153.2174.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=8.08%
G=43.43%
B=48.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241291440.830.1000.44187.571.4332.94
Hex18819053A02Cbc4721
Octal302012201231205427410741
Binary110001000000110010000101001110100101100101111001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188190; }

 p { color: rgb(24,129,144); }

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

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

 a { background-color: rgb(24,129,144); }

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

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

 span { border-color: rgb(24,129,144); }

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