#1F9A93

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

Shades of Java #1F9A93

Tints of Java #1F9A93

Color information

#1F9A93 (or 0x1F9A93) is unknown color: approx Java. HEX triplet: 1F, 9A and 93. RGB value is (31,154,147). Sum of RGB (Red+Green+Blue) = 31+154+147=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9A93 is #E0656C. Grayscale: #747474. Windows color (decimal): -14706029 or 9673247. OLE color: 9673247.

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

Color convert

RGB31154147-
CMYK0.8000.050.40
HSL176.59º66.49%36.27%-
HSV(B)176.59º79.87%60.39%-
XYZ17.3925.5131.61-
YUV116.42145.2567.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.34%
GREEN value IS 154 (60.55% from 255) = 46.39%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=9.34%
G=46.39%
B=44.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal311541470.8000.050.40176.5966.4936.27
Hex1F9A93500528b14224
Octal37232223120055026110244
Binary11111100110101001001110100000101101000101100011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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