#1FA2A0

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

Shades of Java #1FA2A0

Tints of Java #1FA2A0

Color information

#1FA2A0 (or 0x1FA2A0) is unknown color: approx Java. HEX triplet: 1F, A2 and A0. RGB value is (31,162,160). Sum of RGB (Red+Green+Blue) = 31+162+160=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA2A0 is #E05D5F. Grayscale: #7A7A7A. Windows color (decimal): -14703968 or 10527263. OLE color: 10527263.

HSL color Cylindrical-coordinate representation of color #1FA2A0: hue angle of 179.08º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA2A0 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB31162160-
CMYK0.8100.010.36
HSL179.08º67.88%37.84%-
HSV(B)179.08º80.86%63.53%-
XYZ19.8328.6737.75-
YUV122.6149.162.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.78%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 160 (62.89% from 255) = 45.33%
R=8.78%
G=45.89%
B=45.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311621600.8100.010.36179.0867.8837.84
Hex1FA2A0510124b34426
Octal37242240121014426310446
Binary111111010001010100000101000101100100101100111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,162,160); }

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

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

 a { background-color: rgb(31,162,160); }

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

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

 span { border-color: rgb(31,162,160); }

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