#1F8E8B

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

Shades of Java #1F8E8B

Tints of Java #1F8E8B

Color information

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

HSL color Cylindrical-coordinate representation of color #1F8E8B: hue angle of 178.38º 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 #1F8E8B is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB31142139-
CMYK0.7800.020.44
HSL178.38º64.16%33.92%-
HSV(B)178.38º78.17%55.69%-
XYZ14.921.527.79-
YUV108.47145.2372.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311421390.7800.020.44178.3864.1633.92
Hex1F8E8B4E022Cb24022
Octal37216213116025426210042
Binary1111110001110100010111001110010101100101100101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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