#188071

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

Shades of Deep Sea #188071

Tints of Deep Sea #188071

Color information

#188071 (or 0x188071) is unknown color: approx Deep Sea. HEX triplet: 18, 80 and 71. RGB value is (24,128,113). Sum of RGB (Red+Green+Blue) = 24+128+113=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #188071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188071 is #E77F8E. Grayscale: #5F5F5F. Windows color (decimal): -15171471 or 7438360. OLE color: 7438360.

HSL color Cylindrical-coordinate representation of color #188071: hue angle of 171.35º 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 #188071 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB24128113-
CMYK0.8100.120.50
HSL171.35º68.42%29.8%-
HSV(B)171.35º81.25%50.2%-
XYZ11.0816.8218.29-
YUV95.19138.0477.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 128 (50.39% from 255) = 48.30%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=9.06%
G=48.30%
B=42.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal241281130.8100.120.50171.3568.4229.8
Hex188071510C32ab441e
Octal302001611210146225310436
Binary1100010000000111000110100010110011001010101011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188071; }

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

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

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

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

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

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

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

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