#1F9A94

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

Shades of Java #1F9A94

Tints of Java #1F9A94

Color information

#1F9A94 (or 0x1F9A94) is unknown color: approx Java. HEX triplet: 1F, 9A and 94. RGB value is (31,154,148). Sum of RGB (Red+Green+Blue) = 31+154+148=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9A94 is #E0656B. Grayscale: #747474. Windows color (decimal): -14706028 or 9738783. OLE color: 9738783.

HSL color Cylindrical-coordinate representation of color #1F9A94: hue angle of 177.07º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9A94 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB31154148-
CMYK0.8000.040.40
HSL177.07º66.49%36.27%-
HSV(B)177.07º79.87%60.39%-
XYZ17.4725.5432.03-
YUV116.54145.7566.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.31%
GREEN value IS 154 (60.55% from 255) = 46.25%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=9.31%
G=46.25%
B=44.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal311541480.8000.040.40177.0766.4936.27
Hex1F9A94500428b14224
Octal37232224120045026110244
Binary11111100110101001010010100000100101000101100011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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