#1F908A

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

Shades of Java #1F908A

Tints of Java #1F908A

Color information

#1F908A (or 0x1F908A) is unknown color: approx Java. HEX triplet: 1F, 90 and 8A. RGB value is (31,144,138). Sum of RGB (Red+Green+Blue) = 31+144+138=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #1F908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F908A is #E06F75. Grayscale: #6D6D6D. Windows color (decimal): -14708598 or 9080863. OLE color: 9080863.

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

Color convert

RGB31144138-
CMYK0.7800.040.44
HSL176.81º64.57%34.31%-
HSV(B)176.81º78.47%56.47%-
XYZ15.1322.0727.51-
YUV109.53144.0671.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.90%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=9.90%
G=46.01%
B=44.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311441380.7800.040.44176.8164.5734.31
Hex1F908A4E042Cb14122
Octal37220212116045426110142
Binary11111100100001000101010011100100101100101100011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,144,138); }

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

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

 a { background-color: rgb(31,144,138); }

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

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

 span { border-color: rgb(31,144,138); }

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