#188160

Color #188160 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #188160

Tints of Deep Sea #188160

Color information

#188160 (or 0x188160) is unknown color: approx Deep Sea. HEX triplet: 18, 81 and 60. RGB value is (24,129,96). Sum of RGB (Red+Green+Blue) = 24+129+96=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #188160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188160 is #E77E9F. Grayscale: #5D5D5D. Windows color (decimal): -15171232 or 6324504. OLE color: 6324504.

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

Color convert

RGB2412996-
CMYK0.8100.260.49
HSL161.14º68.63%30%-
HSV(B)161.14º81.4%50.59%-
XYZ10.3416.7413.75-
YUV93.84129.2178.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=9.64%
G=51.81%
B=38.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24129960.8100.260.49161.1468.6330
Hex1881605101A31a1451e
Octal302011401210326124110536
Binary11000100000011100000101000101101011000110100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188160; }

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

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

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

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

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

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

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

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