#1F9594

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

Shades of Java #1F9594

Tints of Java #1F9594

Color information

#1F9594 (or 0x1F9594) is unknown color: approx Java. HEX triplet: 1F, 95 and 94. RGB value is (31,149,148). Sum of RGB (Red+Green+Blue) = 31+149+148=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #1F9594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9594 is #E06A6B. Grayscale: #717171. Windows color (decimal): -14707308 or 9737503. OLE color: 9737503.

HSL color Cylindrical-coordinate representation of color #1F9594: hue angle of 179.49º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9594 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB31149148-
CMYK0.7900.010.42
HSL179.49º65.56%35.29%-
HSV(B)179.49º79.19%58.43%-
XYZ16.6623.9231.76-
YUV113.6147.4169.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.45%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=9.45%
G=45.43%
B=45.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311491480.7900.010.42179.4965.5635.29
Hex1F95944F012Ab34223
Octal37225224117015226310243
Binary111111001010110010100100111101101010101100111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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