#1F8B87

Color #1F8B87 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #1F8B87

Tints of Java #1F8B87

Color information

#1F8B87 (or 0x1F8B87) is unknown color: approx Java. HEX triplet: 1F, 8B and 87. RGB value is (31,139,135). Sum of RGB (Red+Green+Blue) = 31+139+135=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #1F8B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8B87 is #E07478. Grayscale: #6A6A6A. Windows color (decimal): -14709881 or 8882975. OLE color: 8882975.

HSL color Cylindrical-coordinate representation of color #1F8B87: hue angle of 177.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8B87 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB31139135-
CMYK0.7800.030.45
HSL177.78º63.53%33.33%-
HSV(B)177.78º77.7%54.51%-
XYZ14.1720.5126.13-
YUV106.25144.2274.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.16%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=10.16%
G=45.57%
B=44.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311391350.7800.030.45177.7863.5333.33
Hex1F8B874E032Db24021
Octal37213207116035526210041
Binary1111110001011100001111001110011101101101100101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F8B87; }

 p { color: rgb(31,139,135); }

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

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

 a { background-color: rgb(31,139,135); }

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

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

 span { border-color: rgb(31,139,135); }

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