#1F9C8B

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

Shades of Java #1F9C8B

Tints of Java #1F9C8B

Color information

#1F9C8B (or 0x1F9C8B) is unknown color: approx Java. HEX triplet: 1F, 9C and 8B. RGB value is (31,156,139). Sum of RGB (Red+Green+Blue) = 31+156+139=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C8B is #E06374. Grayscale: #747474. Windows color (decimal): -14705525 or 9149471. OLE color: 9149471.

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

Color convert

RGB31156139-
CMYK0.8000.110.39
HSL171.84º66.84%36.67%-
HSV(B)171.84º80.13%61.18%-
XYZ17.1125.9328.53-
YUV116.69140.5966.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.51%
GREEN value IS 156 (61.33% from 255) = 47.85%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=9.51%
G=47.85%
B=42.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311561390.8000.110.39171.8466.8436.67
Hex1F9C8B500B27ac4325
Octal372342131200134725410345
Binary111111001110010001011101000001011100111101011001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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