#1F9C94

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

Shades of Java #1F9C94

Tints of Java #1F9C94

Color information

#1F9C94 (or 0x1F9C94) is unknown color: approx Java. HEX triplet: 1F, 9C and 94. RGB value is (31,156,148). Sum of RGB (Red+Green+Blue) = 31+156+148=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C94 is #E0636B. Grayscale: #757575. Windows color (decimal): -14705516 or 9739295. OLE color: 9739295.

HSL color Cylindrical-coordinate representation of color #1F9C94: hue angle of 176.16º 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 #1F9C94 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB31156148-
CMYK0.8000.050.39
HSL176.16º66.84%36.67%-
HSV(B)176.16º80.13%61.18%-
XYZ17.826.2132.14-
YUV117.71145.0966.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 156 (61.33% from 255) = 46.57%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=9.25%
G=46.57%
B=44.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311561480.8000.050.39176.1666.8436.67
Hex1F9C94500527b04325
Octal37234224120054726010345
Binary11111100111001001010010100000101100111101100001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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