#1F888E

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

Shades of Java #1F888E

Tints of Java #1F888E

Color information

#1F888E (or 0x1F888E) is unknown color: approx Java. HEX triplet: 1F, 88 and 8E. RGB value is (31,136,142). Sum of RGB (Red+Green+Blue) = 31+136+142=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F888E is #E07771. Grayscale: #696969. Windows color (decimal): -14710642 or 9340959. OLE color: 9340959.

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

Color convert

RGB31136142-
CMYK0.780.0400.44
HSL183.24º64.16%33.92%-
HSV(B)183.24º78.17%55.69%-
XYZ14.2519.8528.67-
YUV105.29148.7175.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.03%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=10.03%
G=44.01%
B=45.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311361420.780.0400.44183.2464.1633.92
Hex1F888E4E402Cb74022
Octal37210216116405426710042
Binary11111100010001000111010011101000101100101101111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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