#1F9B8A

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

Shades of Java #1F9B8A

Tints of Java #1F9B8A

Color information

#1F9B8A (or 0x1F9B8A) is unknown color: approx Java. HEX triplet: 1F, 9B and 8A. RGB value is (31,155,138). Sum of RGB (Red+Green+Blue) = 31+155+138=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9B8A is #E06475. Grayscale: #737373. Windows color (decimal): -14705782 or 9083679. OLE color: 9083679.

HSL color Cylindrical-coordinate representation of color #1F9B8A: hue angle of 171.77º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9B8A is Cyan = 0.8, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB31155138-
CMYK0.800.110.39
HSL171.77º66.67%36.47%-
HSV(B)171.77º80%60.78%-
XYZ16.8725.5728.09-
YUV115.99140.4267.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.57%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=9.57%
G=47.84%
B=42.59%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311551380.800.110.39171.7766.6736.47
Hex1F9B8A500B27ac4324
Octal372332121200134725410344
Binary111111001101110001010101000001011100111101011001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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