#187F70

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

Shades of Deep Sea #187F70

Tints of Deep Sea #187F70

Color information

#187F70 (or 0x187F70) is unknown color: approx Deep Sea. HEX triplet: 18, 7F and 70. RGB value is (24,127,112). Sum of RGB (Red+Green+Blue) = 24+127+112=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #187F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187F70 is #E7808F. Grayscale: #5E5E5E. Windows color (decimal): -15171728 or 7372568. OLE color: 7372568.

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

Color convert

RGB24127112-
CMYK0.8100.120.50
HSL171.26º68.21%29.61%-
HSV(B)171.26º81.1%49.8%-
XYZ10.8916.5417.95-
YUV94.49137.8877.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.13%
GREEN value IS 127 (50% from 255) = 48.29%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=9.13%
G=48.29%
B=42.59%

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
Decimal241271120.8100.120.50171.2668.2129.61
Hex187F70510C32ab441e
Octal301771601210146225310436
Binary110001111111111000010100010110011001010101011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187F70; }

 p { color: rgb(24,127,112); }

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

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

 a { background-color: rgb(24,127,112); }

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

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

 span { border-color: rgb(24,127,112); }

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