#188060

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

Shades of Deep Sea #188060

Tints of Deep Sea #188060

Color information

#188060 (or 0x188060) is unknown color: approx Deep Sea. HEX triplet: 18, 80 and 60. RGB value is (24,128,96). Sum of RGB (Red+Green+Blue) = 24+128+96=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #188060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188060 is #E77F9F. Grayscale: #5D5D5D. Windows color (decimal): -15171488 or 6324248. OLE color: 6324248.

HSL color Cylindrical-coordinate representation of color #188060: hue angle of 161.54º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188060 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB2412896-
CMYK0.8100.250.50
HSL161.54º68.42%29.8%-
HSV(B)161.54º81.25%50.2%-
XYZ10.2116.4813.71-
YUV93.26129.5478.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 128 (50.39% from 255) = 51.61%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=9.68%
G=51.61%
B=38.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24128960.8100.250.50161.5468.4229.8
Hex1880605101932a2441e
Octal302001401210316224210436
Binary11000100000001100000101000101100111001010100010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188060; }

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

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

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

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

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

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

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

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