#187F5F

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

Shades of Deep Sea #187F5F

Tints of Deep Sea #187F5F

Color information

#187F5F (or 0x187F5F) is unknown color: approx Deep Sea. HEX triplet: 18, 7F and 5F. RGB value is (24,127,95). Sum of RGB (Red+Green+Blue) = 24+127+95=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #187F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187F5F is #E780A0. Grayscale: #5C5C5C. Windows color (decimal): -15171745 or 6258456. OLE color: 6258456.

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

Color convert

RGB2412795-
CMYK0.8100.250.50
HSL161.36º68.21%29.61%-
HSV(B)161.36º81.1%49.8%-
XYZ10.0316.213.42-
YUV92.56129.3879.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=9.76%
G=51.63%
B=38.62%

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
Decimal24127950.8100.250.50161.3668.2129.61
Hex187F5F5101932a1441e
Octal301771371210316224110436
Binary1100011111111011111101000101100111001010100001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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