#1F8B8E

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

Shades of Java #1F8B8E

Tints of Java #1F8B8E

Color information

#1F8B8E (or 0x1F8B8E) is unknown color: approx Java. HEX triplet: 1F, 8B and 8E. RGB value is (31,139,142). Sum of RGB (Red+Green+Blue) = 31+139+142=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F8B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8B8E is #E07471. Grayscale: #6A6A6A. Windows color (decimal): -14709874 or 9341727. OLE color: 9341727.

HSL color Cylindrical-coordinate representation of color #1F8B8E: hue angle of 181.62º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8B8E is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB31139142-
CMYK0.780.0200.44
HSL181.62º64.16%33.92%-
HSV(B)181.62º78.17%55.69%-
XYZ14.6820.7128.81-
YUV107.05147.7273.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.94%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=9.94%
G=44.55%
B=45.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311391420.780.0200.44181.6264.1633.92
Hex1F8B8E4E202Cb64022
Octal37213216116205426610042
Binary1111110001011100011101001110100101100101101101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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