#1F9A96

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

Shades of Java #1F9A96

Tints of Java #1F9A96

Color information

#1F9A96 (or 0x1F9A96) is unknown color: approx Java. HEX triplet: 1F, 9A and 96. RGB value is (31,154,150). Sum of RGB (Red+Green+Blue) = 31+154+150=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9A96 is #E06569. Grayscale: #747474. Windows color (decimal): -14706026 or 9869855. OLE color: 9869855.

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

Color convert

RGB31154150-
CMYK0.8000.030.40
HSL178.05º66.49%36.27%-
HSV(B)178.05º79.87%60.39%-
XYZ17.6325.632.87-
YUV116.77146.7566.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 154 (60.55% from 255) = 45.97%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=9.25%
G=45.97%
B=44.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal311541500.8000.030.40178.0566.4936.27
Hex1F9A96500328b24224
Octal37232226120035026210244
Binary1111110011010100101101010000011101000101100101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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